Html Css Color HEX #32CB3A Lime Green

📋 copy color: '#32CB3A'

red 50 ◦ green 203 ◦ blue 58

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

Shades of Lime Green #32CB3A

Tints of Lime Green #32CB3A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 65.27%

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 16.08%
G = 65.27%
B = 18.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#32CB3A (or 0x32CB3A) is known color: Lime Green. HEX triplet: 32, CB and 3A. RGB value is (50,203,58). Sum of RGB (Red+Green+Blue) = 50+203+58=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 203 (79.69% from 255 or 65.27% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CB3A is #CD34C5. Grayscale: #8D8D8D. Windows color (decimal): -13448390 or 3853106. OLE color: 3853106.

HSL color Cylindrical-coordinate representation of color #32CB3A: hue angle of 123.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CB3A is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 203 58 -
CMYK 0.75 0 0.71 0.20
HSL 123.14º 0.6% 0.5% -
HSV(B) 123.14º 0.75% 0.8% -
XYZ 23.44 43.7 11.2 -
YUV 140.72 81.31 63.29 -
System Red Green Blue C M Y K H S L
Decimal 50 203 58 0.75 0 0.71 0.20 123.14 0.6 0.5
Hex 32 CB 3A 4B 0 47 14 7B 3C 32
Octal 62 313 72 113 0 107 24 173 74 62
Binary 110010 11001011 111010 1001011 0 1000111 10100 1111011 111100 110010

Color Harmonies of #32CB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CB3A

Black with #32CB3A

Text Example


Text Example

White with #32CB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,203,58); }

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

background-color css

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

 a { background-color: rgb(50,203,58); }

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

border-color css

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

 span { border-color: rgb(50,203,58); }

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