Html Css Color HEX #42D522 Lime Green

📋 copy color: '#42D522'

red 66 ◦ green 213 ◦ blue 34

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

Shades of Lime Green #42D522

Tints of Lime Green #42D522

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.05%

 BLUE value IS 34 (13.67% from 255) = 10.86%

R = 21.09%
G = 68.05%
B = 10.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#42D522 (or 0x42D522) is known color: Lime Green. HEX triplet: 42, D5 and 22. RGB value is (66,213,34). Sum of RGB (Red+Green+Blue) = 66+213+34=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 213 (83.59% from 255 or 68.05% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 213 - color contains mainly: green. Hex color #42D522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D522 is #BD2ADD. Grayscale: #959595. Windows color (decimal): -12397278 or 2282818. OLE color: 2282818.

HSL color Cylindrical-coordinate representation of color #42D522: hue angle of 109.27º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42D522 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 213 34 -
CMYK 0.69 0 0.84 0.16
HSL 109.27º 0.72% 0.48% -
HSV(B) 109.27º 0.84% 0.84% -
XYZ 26.33 48.86 9.56 -
YUV 148.64 63.3 69.05 -
System Red Green Blue C M Y K H S L
Decimal 66 213 34 0.69 0 0.84 0.16 109.27 0.72 0.48
Hex 42 D5 22 45 0 54 10 6D 48 30
Octal 102 325 42 105 0 124 20 155 110 60
Binary 1000010 11010101 100010 1000101 0 1010100 10000 1101101 1001000 110000

Color Harmonies of #42D522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D522

Black with #42D522

Text Example


Text Example

White with #42D522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,213,34); }

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

background-color css

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

 a { background-color: rgb(66,213,34); }

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

border-color css

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

 span { border-color: rgb(66,213,34); }

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