Html Css Color HEX #32CA1B Lime Green

📋 copy color: '#32CA1B'

red 50 ◦ green 202 ◦ blue 27

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

Shades of Lime Green #32CA1B

Tints of Lime Green #32CA1B

RGB

 RED value IS 50 (19.92% from 255) = 17.92%

 GREEN value IS 202 (79.3% from 255) = 72.4%

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 17.92%
G = 72.4%
B = 9.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#32CA1B (or 0x32CA1B) is known color: Lime Green. HEX triplet: 32, CA and 1B. RGB value is (50,202,27). Sum of RGB (Red+Green+Blue) = 50+202+27=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA1B is #CD35E4. Grayscale: #898989. Windows color (decimal): -13448677 or 1821234. OLE color: 1821234.

HSL color Cylindrical-coordinate representation of color #32CA1B: hue angle of 112.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32CA1B is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 202 27 -
CMYK 0.75 0 0.87 0.21
HSL 112.11º 0.76% 0.45% -
HSV(B) 112.11º 0.87% 0.79% -
XYZ 22.63 43 8.14 -
YUV 136.6 66.14 66.23 -
System Red Green Blue C M Y K H S L
Decimal 50 202 27 0.75 0 0.87 0.21 112.11 0.76 0.45
Hex 32 CA 1B 4B 0 57 15 70 4C 2D
Octal 62 312 33 113 0 127 25 160 114 55
Binary 110010 11001010 11011 1001011 0 1010111 10101 1110000 1001100 101101

Color Harmonies of #32CA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CA1B

Black with #32CA1B

Text Example


Text Example

White with #32CA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32CA1B; }

 p { color: rgb(50,202,27); }

 H1.HeaderClassName
 {
   color: #32CA1B;
 }
 .AnyTagClassName
 {
   color: #32CA1B;
 }
</style>

background-color css

<style>
 a { background-color: #32CA1B; }

 a { background-color: rgb(50,202,27); }

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

border-color css

<style>
 span { border-color: #32CA1B; }

 span { border-color: rgb(50,202,27); }

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