Html Css Color HEX #32CB1F Lime Green

📋 copy color: '#32CB1F'

red 50 ◦ green 203 ◦ blue 31

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

Shades of Lime Green #32CB1F

Tints of Lime Green #32CB1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 17.61%
G = 71.48%
B = 10.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#32CB1F (or 0x32CB1F) is known color: Lime Green. HEX triplet: 32, CB and 1F. RGB value is (50,203,31). Sum of RGB (Red+Green+Blue) = 50+203+31=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 203 (79.69% from 255 or 71.48% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CB1F is #CD34E0. Grayscale: #8A8A8A. Windows color (decimal): -13448417 or 2083634. OLE color: 2083634.

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

Color convert

RGB 50 203 31 -
CMYK 0.75 0 0.85 0.20
HSL 113.37º 0.74% 0.46% -
HSV(B) 113.37º 0.85% 0.8% -
XYZ 22.92 43.49 8.48 -
YUV 137.65 67.81 65.49 -
System Red Green Blue C M Y K H S L
Decimal 50 203 31 0.75 0 0.85 0.20 113.37 0.74 0.46
Hex 32 CB 1F 4B 0 55 14 71 4A 2E
Octal 62 313 37 113 0 125 24 161 112 56
Binary 110010 11001011 11111 1001011 0 1010101 10100 1110001 1001010 101110

Color Harmonies of #32CB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CB1F

Black with #32CB1F

Text Example


Text Example

White with #32CB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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