Html Css Color HEX #42B335 Lime Green

📋 copy color: '#42B335'

red 66 ◦ green 179 ◦ blue 53

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

Shades of Lime Green #42B335

Tints of Lime Green #42B335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 60.07%

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

R = 22.15%
G = 60.07%
B = 17.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#42B335 (or 0x42B335) is known color: Lime Green. HEX triplet: 42, B3 and 35. RGB value is (66,179,53). Sum of RGB (Red+Green+Blue) = 66+179+53=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 179 (70.31% from 255 or 60.07% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 179 - color contains mainly: green. Hex color #42B335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B335 is #BD4CCA. Grayscale: #838383. Windows color (decimal): -12405963 or 3519298. OLE color: 3519298.

HSL color Cylindrical-coordinate representation of color #42B335: hue angle of 113.81º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42B335 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 179 53 -
CMYK 0.63 0 0.70 0.30
HSL 113.81º 0.54% 0.45% -
HSV(B) 113.81º 0.7% 0.7% -
XYZ 19.01 33.66 8.86 -
YUV 130.85 84.06 81.75 -
System Red Green Blue C M Y K H S L
Decimal 66 179 53 0.63 0 0.70 0.30 113.81 0.54 0.45
Hex 42 B3 35 3F 0 46 1E 72 36 2D
Octal 102 263 65 77 0 106 36 162 66 55
Binary 1000010 10110011 110101 111111 0 1000110 11110 1110010 110110 101101

Color Harmonies of #42B335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B335

Black with #42B335

Text Example


Text Example

White with #42B335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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