Html Css Color HEX #42BA32 Lime Green

📋 copy color: '#42BA32'

red 66 ◦ green 186 ◦ blue 50

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

Shades of Lime Green #42BA32

Tints of Lime Green #42BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.59%

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

R = 21.85%
G = 61.59%
B = 16.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#42BA32 (or 0x42BA32) is known color: Lime Green. HEX triplet: 42, BA and 32. RGB value is (66,186,50). Sum of RGB (Red+Green+Blue) = 66+186+50=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA32 is #BD45CD. Grayscale: #878787. Windows color (decimal): -12404174 or 3324482. OLE color: 3324482.

HSL color Cylindrical-coordinate representation of color #42BA32: hue angle of 112.94º degrees, saturation: 0.58, 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 #42BA32 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 50 -
CMYK 0.65 0 0.73 0.27
HSL 112.94º 0.58% 0.46% -
HSV(B) 112.94º 0.73% 0.73% -
XYZ 20.38 36.51 8.99 -
YUV 134.62 80.24 79.06 -
System Red Green Blue C M Y K H S L
Decimal 66 186 50 0.65 0 0.73 0.27 112.94 0.58 0.46
Hex 42 BA 32 41 0 49 1B 71 3A 2E
Octal 102 272 62 101 0 111 33 161 72 56
Binary 1000010 10111010 110010 1000001 0 1001001 11011 1110001 111010 101110

Color Harmonies of #42BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA32

Black with #42BA32

Text Example


Text Example

White with #42BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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