Html Css Color HEX #42FA32 Lime Green

📋 copy color: '#42FA32'

red 66 ◦ green 250 ◦ blue 50

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

Shades of Lime Green #42FA32

Tints of Lime Green #42FA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.31%

 BLUE value IS 50 (19.92% from 255) = 13.66%

R = 18.03%
G = 68.31%
B = 13.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#42FA32 (or 0x42FA32) is known color: Lime Green. HEX triplet: 42, FA and 32. RGB value is (66,250,50). Sum of RGB (Red+Green+Blue) = 66+250+50=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA32 is #BD05CD. Grayscale: #ACACAC. Windows color (decimal): -12387790 or 3340866. OLE color: 3340866.

HSL color Cylindrical-coordinate representation of color #42FA32: hue angle of 115.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42FA32 is Cyan = 0.74, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 250 50 -
CMYK 0.74 0 0.8 0.02
HSL 115.2º 0.95% 0.59% -
HSV(B) 115.2º 0.8% 0.98% -
XYZ 37.01 69.76 14.53 -
YUV 172.18 59.04 52.26 -
System Red Green Blue C M Y K H S L
Decimal 66 250 50 0.74 0 0.8 0.02 115.2 0.95 0.59
Hex 42 FA 32 4A 0 50 2 73 5F 3B
Octal 102 372 62 112 0 120 2 163 137 73
Binary 1000010 11111010 110010 1001010 0 1010000 10 1110011 1011111 111011

Color Harmonies of #42FA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA32

Black with #42FA32

Text Example


Text Example

White with #42FA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,250,50); }

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

background-color css

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

 a { background-color: rgb(66,250,50); }

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

border-color css

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

 span { border-color: rgb(66,250,50); }

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