Html Css Color HEX #32E64B Lime Green

📋 copy color: '#32E64B'

red 50 ◦ green 230 ◦ blue 75

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

Shades of Lime Green #32E64B

Tints of Lime Green #32E64B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 64.79%

 BLUE value IS 75 (29.69% from 255) = 21.13%

R = 14.08%
G = 64.79%
B = 21.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#32E64B (or 0x32E64B) is known color: Lime Green. HEX triplet: 32, E6 and 4B. RGB value is (50,230,75). Sum of RGB (Red+Green+Blue) = 50+230+75=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 230 (90.23% from 255 or 64.79% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 230 - color contains mainly: green. Hex color #32E64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E64B is #CD19B4. Grayscale: #9E9E9E. Windows color (decimal): -13441461 or 4974130. OLE color: 4974130.

HSL color Cylindrical-coordinate representation of color #32E64B: hue angle of 128.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E64B is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 230 75 -
CMYK 0.78 0 0.67 0.10
HSL 128.33º 0.78% 0.55% -
HSV(B) 128.33º 0.78% 0.9% -
XYZ 30.88 57.78 16.18 -
YUV 158.51 80.87 50.6 -
System Red Green Blue C M Y K H S L
Decimal 50 230 75 0.78 0 0.67 0.10 128.33 0.78 0.55
Hex 32 E6 4B 4E 0 43 A 80 4E 37
Octal 62 346 113 116 0 103 12 200 116 67
Binary 110010 11100110 1001011 1001110 0 1000011 1010 10000000 1001110 110111

Color Harmonies of #32E64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E64B

Black with #32E64B

Text Example


Text Example

White with #32E64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,230,75); }

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

background-color css

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

 a { background-color: rgb(50,230,75); }

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

border-color css

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

 span { border-color: rgb(50,230,75); }

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