Html Css Color HEX #42B835 Lime Green

📋 copy color: '#42B835'

red 66 ◦ green 184 ◦ blue 53

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

Shades of Lime Green #42B835

Tints of Lime Green #42B835

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.73%

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

R = 21.78%
G = 60.73%
B = 17.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#42B835 (or 0x42B835) is known color: Lime Green. HEX triplet: 42, B8 and 35. RGB value is (66,184,53). Sum of RGB (Red+Green+Blue) = 66+184+53=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 184 (72.27% from 255 or 60.73% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 184 - color contains mainly: green. Hex color #42B835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B835 is #BD47CA. Grayscale: #868686. Windows color (decimal): -12404683 or 3520578. OLE color: 3520578.

HSL color Cylindrical-coordinate representation of color #42B835: hue angle of 114.05º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42B835 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 184 53 -
CMYK 0.64 0 0.71 0.28
HSL 114.05º 0.55% 0.46% -
HSV(B) 114.05º 0.71% 0.72% -
XYZ 20.03 35.7 9.2 -
YUV 133.78 82.41 79.65 -
System Red Green Blue C M Y K H S L
Decimal 66 184 53 0.64 0 0.71 0.28 114.05 0.55 0.46
Hex 42 B8 35 40 0 47 1C 72 37 2E
Octal 102 270 65 100 0 107 34 162 67 56
Binary 1000010 10111000 110101 1000000 0 1000111 11100 1110010 110111 101110

Color Harmonies of #42B835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B835

Black with #42B835

Text Example


Text Example

White with #42B835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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