Html Css Color HEX #42F127 Lime Green

📋 copy color: '#42F127'

red 66 ◦ green 241 ◦ blue 39

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

Shades of Lime Green #42F127

Tints of Lime Green #42F127

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.65%

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

R = 19.08%
G = 69.65%
B = 11.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#42F127 (or 0x42F127) is known color: Lime Green. HEX triplet: 42, F1 and 27. RGB value is (66,241,39). Sum of RGB (Red+Green+Blue) = 66+241+39=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 241 (94.53% from 255 or 69.65% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 241 - color contains mainly: green. Hex color #42F127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F127 is #BD0ED8. Grayscale: #A6A6A6. Windows color (decimal): -12390105 or 2617666. OLE color: 2617666.

HSL color Cylindrical-coordinate representation of color #42F127: hue angle of 111.98º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42F127 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 39 -
CMYK 0.73 0 0.84 0.05
HSL 111.98º 0.88% 0.55% -
HSV(B) 111.98º 0.84% 0.95% -
XYZ 34.07 64.22 12.52 -
YUV 165.65 56.52 56.93 -
System Red Green Blue C M Y K H S L
Decimal 66 241 39 0.73 0 0.84 0.05 111.98 0.88 0.55
Hex 42 F1 27 49 0 54 5 70 58 37
Octal 102 361 47 111 0 124 5 160 130 67
Binary 1000010 11110001 100111 1001001 0 1010100 101 1110000 1011000 110111

Color Harmonies of #42F127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F127

Black with #42F127

Text Example


Text Example

White with #42F127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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