Html Css Color HEX #42C334 Lime Green

📋 copy color: '#42C334'

red 66 ◦ green 195 ◦ blue 52

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

Shades of Lime Green #42C334

Tints of Lime Green #42C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.3%

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 21.09%
G = 62.3%
B = 16.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#42C334 (or 0x42C334) is known color: Lime Green. HEX triplet: 42, C3 and 34. RGB value is (66,195,52). Sum of RGB (Red+Green+Blue) = 66+195+52=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #42C334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C334 is #BD3CCB. Grayscale: #8C8C8C. Windows color (decimal): -12401868 or 3457858. OLE color: 3457858.

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

Color convert

RGB 66 195 52 -
CMYK 0.66 0 0.73 0.24
HSL 114.13º 0.58% 0.48% -
HSV(B) 114.13º 0.73% 0.76% -
XYZ 22.38 40.44 9.87 -
YUV 140.13 78.26 75.13 -
System Red Green Blue C M Y K H S L
Decimal 66 195 52 0.66 0 0.73 0.24 114.13 0.58 0.48
Hex 42 C3 34 42 0 49 18 72 3A 30
Octal 102 303 64 102 0 111 30 162 72 60
Binary 1000010 11000011 110100 1000010 0 1001001 11000 1110010 111010 110000

Color Harmonies of #42C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C334

Black with #42C334

Text Example


Text Example

White with #42C334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,195,52); }

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

background-color css

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

 a { background-color: rgb(66,195,52); }

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

border-color css

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

 span { border-color: rgb(66,195,52); }

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