Html Css Color HEX #42FA37 Lime Green

📋 copy color: '#42FA37'

red 66 ◦ green 250 ◦ blue 55

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

Shades of Lime Green #42FA37

Tints of Lime Green #42FA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 17.79%
G = 67.39%
B = 14.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#42FA37 (or 0x42FA37) is known color: Lime Green. HEX triplet: 42, FA and 37. RGB value is (66,250,55). Sum of RGB (Red+Green+Blue) = 66+250+55=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA37 is #BD05C8. Grayscale: #ADADAD. Windows color (decimal): -12387785 or 3668546. OLE color: 3668546.

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

Color convert

RGB 66 250 55 -
CMYK 0.74 0 0.78 0.02
HSL 116.62º 0.95% 0.6% -
HSV(B) 116.62º 0.78% 0.98% -
XYZ 37.12 69.81 15.13 -
YUV 172.75 61.54 51.86 -
System Red Green Blue C M Y K H S L
Decimal 66 250 55 0.74 0 0.78 0.02 116.62 0.95 0.6
Hex 42 FA 37 4A 0 4E 2 75 5F 3C
Octal 102 372 67 112 0 116 2 165 137 74
Binary 1000010 11111010 110111 1001010 0 1001110 10 1110101 1011111 111100

Color Harmonies of #42FA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA37

Black with #42FA37

Text Example


Text Example

White with #42FA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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