Html Css Color HEX #42E927 Lime Green

📋 copy color: '#42E927'

red 66 ◦ green 233 ◦ blue 39

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

Shades of Lime Green #42E927

Tints of Lime Green #42E927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.54%

R = 19.53%
G = 68.93%
B = 11.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#42E927 (or 0x42E927) is known color: Lime Green. HEX triplet: 42, E9 and 27. RGB value is (66,233,39). Sum of RGB (Red+Green+Blue) = 66+233+39=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 233 (91.41% from 255 or 68.93% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 233 - color contains mainly: green. Hex color #42E927 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E927 is #BD16D8. Grayscale: #A1A1A1. Windows color (decimal): -12392153 or 2615618. OLE color: 2615618.

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

Color convert

RGB 66 233 39 -
CMYK 0.72 0 0.83 0.09
HSL 111.65º 0.82% 0.53% -
HSV(B) 111.65º 0.83% 0.91% -
XYZ 31.75 59.58 11.75 -
YUV 160.95 59.17 60.27 -
System Red Green Blue C M Y K H S L
Decimal 66 233 39 0.72 0 0.83 0.09 111.65 0.82 0.53
Hex 42 E9 27 48 0 53 9 70 52 35
Octal 102 351 47 110 0 123 11 160 122 65
Binary 1000010 11101001 100111 1001000 0 1010011 1001 1110000 1010010 110101

Color Harmonies of #42E927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E927

Black with #42E927

Text Example


Text Example

White with #42E927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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