Html Css Color HEX #42C335 Lime Green

📋 copy color: '#42C335'

red 66 ◦ green 195 ◦ blue 53

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

Shades of Lime Green #42C335

Tints of Lime Green #42C335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.88%

R = 21.02%
G = 62.1%
B = 16.88%

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

#42C335 (or 0x42C335) is known color: Lime Green. HEX triplet: 42, C3 and 35. RGB value is (66,195,53). Sum of RGB (Red+Green+Blue) = 66+195+53=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #42C335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C335 is #BD3CCA. Grayscale: #8C8C8C. Windows color (decimal): -12401867 or 3523394. OLE color: 3523394.

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

Color convert

RGB 66 195 53 -
CMYK 0.66 0 0.73 0.24
HSL 114.51º 0.57% 0.49% -
HSV(B) 114.51º 0.73% 0.76% -
XYZ 22.4 40.45 9.99 -
YUV 140.24 78.76 75.05 -
System Red Green Blue C M Y K H S L
Decimal 66 195 53 0.66 0 0.73 0.24 114.51 0.57 0.49
Hex 42 C3 35 42 0 49 18 73 39 31
Octal 102 303 65 102 0 111 30 163 71 61
Binary 1000010 11000011 110101 1000010 0 1001001 11000 1110011 111001 110001

Color Harmonies of #42C335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C335

Black with #42C335

Text Example


Text Example

White with #42C335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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