#38D64A

Color #38D64A Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #38D64A

Tints of Lime Green #38D64A

Color information

#38D64A (or 0x38D64A) is unknown color: approx Lime Green. HEX triplet: 38, D6 and 4A. RGB value is (56,214,74). Sum of RGB (Red+Green+Blue) = 56+214+74=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #38D64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D64A is #C729B5. Grayscale: #979797. Windows color (decimal): -13052342 or 4904504. OLE color: 4904504.

HSL color Cylindrical-coordinate representation of color #38D64A: hue angle of 126.84º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D64A is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB5621474-
CMYK0.7400.650.16
HSL126.84º65.83%52.94%-
HSV(B)126.84º73.83%83.92%-
XYZ26.9149.4314.6-
YUV150.884.6560.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 16.28%
GREEN value IS 214 (83.98% from 255) = 62.21%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=16.28%
G=62.21%
B=21.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56214740.7400.650.16126.8465.8352.94
Hex38D64A4A041107f4235
Octal7032611211201012017710265
Binary1110001101011010010101001010010000011000011111111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38D64A; }

 p { color: rgb(56,214,74); }

 H1.HeaderClassName
 {
   color: #38D64A;
 }
 .AnyTagClassName
 {
   color: #38D64A;
 }
</style>
background-color css

<style>
 a { background-color: #38D64A; }

 a { background-color: rgb(56,214,74); }

 div.DivClassName
 {
   background-color: #38D64A;
 }
 .BgClassName
 {
   background-color: #38D64A;
 }
</style>
border-color css

<style>
 span { border-color: #38D64A; }

 span { border-color: rgb(56,214,74); }

 td.TdClassName
 {
   border-color: #38D64A;
 }
 .TagClassName
 {
   border-color: #38D64A;
 }
</style>