Html Css Color HEX #42C449 Lime Green

📋 copy color: '#42C449'

red 66 ◦ green 196 ◦ blue 73

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

Shades of Lime Green #42C449

Tints of Lime Green #42C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.51%

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 19.7%
G = 58.51%
B = 21.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#42C449 (or 0x42C449) is known color: Lime Green. HEX triplet: 42, C4 and 49. RGB value is (66,196,73). Sum of RGB (Red+Green+Blue) = 66+196+73=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #42C449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C449 is #BD3BB6. Grayscale: #8F8F8F. Windows color (decimal): -12401591 or 4834370. OLE color: 4834370.

HSL color Cylindrical-coordinate representation of color #42C449: hue angle of 123.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C449 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 196 73 -
CMYK 0.66 0 0.63 0.23
HSL 123.23º 0.52% 0.51% -
HSV(B) 123.23º 0.66% 0.77% -
XYZ 23.19 41.12 13.02 -
YUV 143.11 88.43 73 -
System Red Green Blue C M Y K H S L
Decimal 66 196 73 0.66 0 0.63 0.23 123.23 0.52 0.51
Hex 42 C4 49 42 0 3F 17 7B 34 33
Octal 102 304 111 102 0 77 27 173 64 63
Binary 1000010 11000100 1001001 1000010 0 111111 10111 1111011 110100 110011

Color Harmonies of #42C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C449

Black with #42C449

Text Example


Text Example

White with #42C449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,196,73); }

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

background-color css

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

 a { background-color: rgb(66,196,73); }

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

border-color css

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

 span { border-color: rgb(66,196,73); }

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