Html Css Color HEX #42E937 Lime Green

📋 copy color: '#42E937'

red 66 ◦ green 233 ◦ blue 55

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

Shades of Lime Green #42E937

Tints of Lime Green #42E937

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.82%

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

R = 18.64%
G = 65.82%
B = 15.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.09

RGB Variations

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

Color information

#42E937 (or 0x42E937) is known color: Lime Green. HEX triplet: 42, E9 and 37. RGB value is (66,233,55). Sum of RGB (Red+Green+Blue) = 66+233+55=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 233 (91.41% from 255 or 65.82% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 233 - color contains mainly: green. Hex color #42E937 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E937 is #BD16C8. Grayscale: #A3A3A3. Windows color (decimal): -12392137 or 3664194. OLE color: 3664194.

HSL color Cylindrical-coordinate representation of color #42E937: hue angle of 116.29º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42E937 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 233 55 -
CMYK 0.72 0 0.76 0.09
HSL 116.29º 0.8% 0.56% -
HSV(B) 116.29º 0.76% 0.91% -
XYZ 32.08 59.71 13.45 -
YUV 162.78 67.17 58.97 -
System Red Green Blue C M Y K H S L
Decimal 66 233 55 0.72 0 0.76 0.09 116.29 0.8 0.56
Hex 42 E9 37 48 0 4C 9 74 50 38
Octal 102 351 67 110 0 114 11 164 120 70
Binary 1000010 11101001 110111 1001000 0 1001100 1001 1110100 1010000 111000

Color Harmonies of #42E937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E937

Black with #42E937

Text Example


Text Example

White with #42E937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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