Html Css Color HEX #42B932 Lime Green

📋 copy color: '#42B932'

red 66 ◦ green 185 ◦ blue 50

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

Shades of Lime Green #42B932

Tints of Lime Green #42B932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 21.93%
G = 61.46%
B = 16.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#42B932 (or 0x42B932) is known color: Lime Green. HEX triplet: 42, B9 and 32. RGB value is (66,185,50). Sum of RGB (Red+Green+Blue) = 66+185+50=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #42B932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B932 is #BD46CD. Grayscale: #868686. Windows color (decimal): -12404430 or 3324226. OLE color: 3324226.

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

Color convert

RGB 66 185 50 -
CMYK 0.64 0 0.73 0.27
HSL 112.89º 0.57% 0.46% -
HSV(B) 112.89º 0.73% 0.73% -
XYZ 20.17 36.09 8.92 -
YUV 134.03 80.58 79.48 -
System Red Green Blue C M Y K H S L
Decimal 66 185 50 0.64 0 0.73 0.27 112.89 0.57 0.46
Hex 42 B9 32 40 0 49 1B 71 39 2E
Octal 102 271 62 100 0 111 33 161 71 56
Binary 1000010 10111001 110010 1000000 0 1001001 11011 1110001 111001 101110

Color Harmonies of #42B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B932

Black with #42B932

Text Example


Text Example

White with #42B932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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