Html Css Color HEX #42B935 Lime Green

📋 copy color: '#42B935'

red 66 ◦ green 185 ◦ blue 53

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

Shades of Lime Green #42B935

Tints of Lime Green #42B935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.86%

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

R = 21.71%
G = 60.86%
B = 17.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#42B935 (or 0x42B935) is known color: Lime Green. HEX triplet: 42, B9 and 35. RGB value is (66,185,53). Sum of RGB (Red+Green+Blue) = 66+185+53=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #42B935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B935 is #BD46CA. Grayscale: #868686. Windows color (decimal): -12404427 or 3520834. OLE color: 3520834.

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

Color convert

RGB 66 185 53 -
CMYK 0.64 0 0.71 0.27
HSL 114.09º 0.55% 0.47% -
HSV(B) 114.09º 0.71% 0.73% -
XYZ 20.24 36.11 9.27 -
YUV 134.37 82.08 79.23 -
System Red Green Blue C M Y K H S L
Decimal 66 185 53 0.64 0 0.71 0.27 114.09 0.55 0.47
Hex 42 B9 35 40 0 47 1B 72 37 2F
Octal 102 271 65 100 0 107 33 162 67 57
Binary 1000010 10111001 110101 1000000 0 1000111 11011 1110010 110111 101111

Color Harmonies of #42B935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B935

Black with #42B935

Text Example


Text Example

White with #42B935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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