Html Css Color HEX #42C430 Lime Green

📋 copy color: '#42C430'

red 66 ◦ green 196 ◦ blue 48

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

Shades of Lime Green #42C430

Tints of Lime Green #42C430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 21.29%
G = 63.23%
B = 15.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#42C430 (or 0x42C430) is known color: Lime Green. HEX triplet: 42, C4 and 30. RGB value is (66,196,48). Sum of RGB (Red+Green+Blue) = 66+196+48=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 196 (76.95% from 255 or 63.23% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 196 - color contains mainly: green. Hex color #42C430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C430 is #BD3BCF. Grayscale: #8C8C8C. Windows color (decimal): -12401616 or 3195970. OLE color: 3195970.

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

Color convert

RGB 66 196 48 -
CMYK 0.66 0 0.76 0.23
HSL 112.7º 0.61% 0.48% -
HSV(B) 112.7º 0.76% 0.77% -
XYZ 22.52 40.85 9.49 -
YUV 140.26 75.93 75.03 -
System Red Green Blue C M Y K H S L
Decimal 66 196 48 0.66 0 0.76 0.23 112.7 0.61 0.48
Hex 42 C4 30 42 0 4C 17 71 3D 30
Octal 102 304 60 102 0 114 27 161 75 60
Binary 1000010 11000100 110000 1000010 0 1001100 10111 1110001 111101 110000

Color Harmonies of #42C430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C430

Black with #42C430

Text Example


Text Example

White with #42C430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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