Html Css Color HEX #32C026 Lime Green

📋 copy color: '#32C026'

red 50 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #32C026

Tints of Lime Green #32C026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.57%

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 17.86%
G = 68.57%
B = 13.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#32C026 (or 0x32C026) is known color: Lime Green. HEX triplet: 32, C0 and 26. RGB value is (50,192,38). Sum of RGB (Red+Green+Blue) = 50+192+38=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #32C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C026 is #CD3FD9. Grayscale: #848484. Windows color (decimal): -13451226 or 2539570. OLE color: 2539570.

HSL color Cylindrical-coordinate representation of color #32C026: hue angle of 115.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32C026 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 192 38 -
CMYK 0.74 0 0.80 0.25
HSL 115.32º 0.67% 0.45% -
HSV(B) 115.32º 0.8% 0.75% -
XYZ 20.51 38.52 8.19 -
YUV 131.99 74.96 69.52 -
System Red Green Blue C M Y K H S L
Decimal 50 192 38 0.74 0 0.80 0.25 115.32 0.67 0.45
Hex 32 C0 26 4A 0 50 19 73 43 2D
Octal 62 300 46 112 0 120 31 163 103 55
Binary 110010 11000000 100110 1001010 0 1010000 11001 1110011 1000011 101101

Color Harmonies of #32C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C026

Black with #32C026

Text Example


Text Example

White with #32C026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,192,38); }

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

background-color css

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

 a { background-color: rgb(50,192,38); }

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

border-color css

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

 span { border-color: rgb(50,192,38); }

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