Html Css Color HEX #42F431 Lime Green

📋 copy color: '#42F431'

red 66 ◦ green 244 ◦ blue 49

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

Shades of Lime Green #42F431

Tints of Lime Green #42F431

RGB

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

 GREEN value IS 244 (95.7% from 255) = 67.97%

 BLUE value IS 49 (19.53% from 255) = 13.65%

R = 18.38%
G = 67.97%
B = 13.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#42F431 (or 0x42F431) is known color: Lime Green. HEX triplet: 42, F4 and 31. RGB value is (66,244,49). Sum of RGB (Red+Green+Blue) = 66+244+49=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 244 (95.70% from 255 or 67.97% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 244 - color contains mainly: green. Hex color #42F431 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F431 is #BD0BCE. Grayscale: #A9A9A9. Windows color (decimal): -12389327 or 3273794. OLE color: 3273794.

HSL color Cylindrical-coordinate representation of color #42F431: hue angle of 114.77º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42F431 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 244 49 -
CMYK 0.73 0 0.80 0.04
HSL 114.77º 0.9% 0.57% -
HSV(B) 114.77º 0.8% 0.96% -
XYZ 35.15 66.08 13.81 -
YUV 168.55 60.53 54.86 -
System Red Green Blue C M Y K H S L
Decimal 66 244 49 0.73 0 0.80 0.04 114.77 0.9 0.57
Hex 42 F4 31 49 0 50 4 73 5A 39
Octal 102 364 61 111 0 120 4 163 132 71
Binary 1000010 11110100 110001 1001001 0 1010000 100 1110011 1011010 111001

Color Harmonies of #42F431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F431

Black with #42F431

Text Example


Text Example

White with #42F431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,244,49); }

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

background-color css

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

 a { background-color: rgb(66,244,49); }

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

border-color css

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

 span { border-color: rgb(66,244,49); }

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