Html Css Color HEX #42E92D Lime Green

📋 copy color: '#42E92D'

red 66 ◦ green 233 ◦ blue 45

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

Shades of Lime Green #42E92D

Tints of Lime Green #42E92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.08%

R = 19.19%
G = 67.73%
B = 13.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#42E92D (or 0x42E92D) is known color: Lime Green. HEX triplet: 42, E9 and 2D. RGB value is (66,233,45). Sum of RGB (Red+Green+Blue) = 66+233+45=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 233 (91.41% from 255 or 67.73% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 233 - color contains mainly: green. Hex color #42E92D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E92D is #BD16D2. Grayscale: #A2A2A2. Windows color (decimal): -12392147 or 3008834. OLE color: 3008834.

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

Color convert

RGB 66 233 45 -
CMYK 0.72 0 0.81 0.09
HSL 113.3º 0.81% 0.55% -
HSV(B) 113.3º 0.81% 0.91% -
XYZ 31.86 59.63 12.31 -
YUV 161.64 62.17 59.79 -
System Red Green Blue C M Y K H S L
Decimal 66 233 45 0.72 0 0.81 0.09 113.3 0.81 0.55
Hex 42 E9 2D 48 0 51 9 71 51 37
Octal 102 351 55 110 0 121 11 161 121 67
Binary 1000010 11101001 101101 1001000 0 1010001 1001 1110001 1010001 110111

Color Harmonies of #42E92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E92D

Black with #42E92D

Text Example


Text Example

White with #42E92D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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