Html Css Color HEX #42F027 Lime Green

📋 copy color: '#42F027'

red 66 ◦ green 240 ◦ blue 39

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

Shades of Lime Green #42F027

Tints of Lime Green #42F027

RGB

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

 GREEN value IS 240 (94.14% from 255) = 69.57%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 19.13%
G = 69.57%
B = 11.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#42F027 (or 0x42F027) is known color: Lime Green. HEX triplet: 42, F0 and 27. RGB value is (66,240,39). Sum of RGB (Red+Green+Blue) = 66+240+39=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #42F027 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F027 is #BD0FD8. Grayscale: #A5A5A5. Windows color (decimal): -12390361 or 2617410. OLE color: 2617410.

HSL color Cylindrical-coordinate representation of color #42F027: hue angle of 111.94º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42F027 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 240 39 -
CMYK 0.72 0 0.84 0.06
HSL 111.94º 0.87% 0.55% -
HSV(B) 111.94º 0.84% 0.94% -
XYZ 33.77 63.62 12.42 -
YUV 165.06 56.85 57.34 -
System Red Green Blue C M Y K H S L
Decimal 66 240 39 0.72 0 0.84 0.06 111.94 0.87 0.55
Hex 42 F0 27 48 0 54 6 70 57 37
Octal 102 360 47 110 0 124 6 160 127 67
Binary 1000010 11110000 100111 1001000 0 1010100 110 1110000 1010111 110111

Color Harmonies of #42F027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F027

Black with #42F027

Text Example


Text Example

White with #42F027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,240,39); }

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

background-color css

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

 a { background-color: rgb(66,240,39); }

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

border-color css

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

 span { border-color: rgb(66,240,39); }

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