Html Css Color HEX #42FF39 Lime Green

📋 copy color: '#42FF39'

red 66 ◦ green 255 ◦ blue 57

#42FF39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #42FF39

Tints of Lime Green #42FF39

RGB

 RED value IS 66 (26.17% from 255) = 17.46%

 GREEN value IS 255 (100% from 255) = 67.46%

 BLUE value IS 57 (22.66% from 255) = 15.08%

R = 17.46%
G = 67.46%
B = 15.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#42FF39 (or 0x42FF39) is known color: Lime Green. HEX triplet: 42, FF and 39. RGB value is (66,255,57). Sum of RGB (Red+Green+Blue) = 66+255+57=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FF39 is #BD00C6. Grayscale: #B0B0B0. Windows color (decimal): -12386503 or 3800898. OLE color: 3800898.

HSL color Cylindrical-coordinate representation of color #42FF39: hue angle of 117.27º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42FF39 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB 66 255 57 -
CMYK 0.74 0 0.78 0
HSL 117.27º 1% 0.61% -
HSV(B) 117.27º 0.78% 1% -
XYZ 38.75 72.97 15.91 -
YUV 175.92 60.88 49.6 -
System Red Green Blue C M Y K H S L
Decimal 66 255 57 0.74 0 0.78 0 117.27 1 0.61
Hex 42 FF 39 4A 0 4E 0 75 64 3D
Octal 102 377 71 112 0 116 0 165 144 75
Binary 1000010 11111111 111001 1001010 0 1001110 0 1110101 1100100 111101

Color Harmonies of #42FF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FF39

Black with #42FF39

Text Example


Text Example

White with #42FF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42FF39; }

 p { color: rgb(66,255,57); }

 H1.HeaderClassName
 {
   color: #42FF39;
 }
 .AnyTagClassName
 {
   color: #42FF39;
 }
</style>

background-color css

<style>
 a { background-color: #42FF39; }

 a { background-color: rgb(66,255,57); }

 div.DivClassName
 {
   background-color: #42FF39;
 }
 .BgClassName
 {
   background-color: #42FF39;
 }
</style>

border-color css

<style>
 span { border-color: #42FF39; }

 span { border-color: rgb(66,255,57); }

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