Html Css Color HEX #32CC25 Lime Green

📋 copy color: '#32CC25'

red 50 ◦ green 204 ◦ blue 37

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

Shades of Lime Green #32CC25

Tints of Lime Green #32CC25

RGB

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

 GREEN value IS 204 (80.08% from 255) = 70.1%

 BLUE value IS 37 (14.84% from 255) = 12.71%

R = 17.18%
G = 70.1%
B = 12.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#32CC25 (or 0x32CC25) is known color: Lime Green. HEX triplet: 32, CC and 25. RGB value is (50,204,37). Sum of RGB (Red+Green+Blue) = 50+204+37=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 204 (80.08% from 255 or 70.10% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC25 is #CD33DA. Grayscale: #8B8B8B. Windows color (decimal): -13448155 or 2477106. OLE color: 2477106.

HSL color Cylindrical-coordinate representation of color #32CC25: hue angle of 115.33º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32CC25 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 204 37 -
CMYK 0.75 0 0.82 0.2
HSL 115.33º 0.69% 0.47% -
HSV(B) 115.33º 0.82% 0.8% -
XYZ 23.24 44 9.02 -
YUV 138.92 70.48 64.58 -
System Red Green Blue C M Y K H S L
Decimal 50 204 37 0.75 0 0.82 0.2 115.33 0.69 0.47
Hex 32 CC 25 4B 0 52 14 73 45 2F
Octal 62 314 45 113 0 122 24 163 105 57
Binary 110010 11001100 100101 1001011 0 1010010 10100 1110011 1000101 101111

Color Harmonies of #32CC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CC25

Black with #32CC25

Text Example


Text Example

White with #32CC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,204,37); }

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

background-color css

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

 a { background-color: rgb(50,204,37); }

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

border-color css

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

 span { border-color: rgb(50,204,37); }

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