Html Css Color HEX #42E321 Lime Green

📋 copy color: '#42E321'

red 66 ◦ green 227 ◦ blue 33

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

Shades of Lime Green #42E321

Tints of Lime Green #42E321

RGB

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

 GREEN value IS 227 (89.06% from 255) = 69.63%

 BLUE value IS 33 (13.28% from 255) = 10.12%

R = 20.25%
G = 69.63%
B = 10.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#42E321 (or 0x42E321) is known color: Lime Green. HEX triplet: 42, E3 and 21. RGB value is (66,227,33). Sum of RGB (Red+Green+Blue) = 66+227+33=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 227 (89.06% from 255 or 69.63% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 227 - color contains mainly: green. Hex color #42E321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E321 is #BD1CDE. Grayscale: #9D9D9D. Windows color (decimal): -12393695 or 2220866. OLE color: 2220866.

HSL color Cylindrical-coordinate representation of color #42E321: hue angle of 109.79º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42E321 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 227 33 -
CMYK 0.71 0 0.85 0.11
HSL 109.79º 0.78% 0.51% -
HSV(B) 109.79º 0.85% 0.89% -
XYZ 29.99 56.21 10.71 -
YUV 156.75 58.16 63.27 -
System Red Green Blue C M Y K H S L
Decimal 66 227 33 0.71 0 0.85 0.11 109.79 0.78 0.51
Hex 42 E3 21 47 0 55 B 6E 4E 33
Octal 102 343 41 107 0 125 13 156 116 63
Binary 1000010 11100011 100001 1000111 0 1010101 1011 1101110 1001110 110011

Color Harmonies of #42E321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E321

Black with #42E321

Text Example


Text Example

White with #42E321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,227,33); }

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

background-color css

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

 a { background-color: rgb(66,227,33); }

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

border-color css

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

 span { border-color: rgb(66,227,33); }

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