Html Css Color HEX #32EB30 Lime Green

📋 copy color: '#32EB30'

red 50 ◦ green 235 ◦ blue 48

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

Shades of Lime Green #32EB30

Tints of Lime Green #32EB30

RGB

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

 GREEN value IS 235 (92.19% from 255) = 70.57%

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 15.02%
G = 70.57%
B = 14.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#32EB30 (or 0x32EB30) is known color: Lime Green. HEX triplet: 32, EB and 30. RGB value is (50,235,48). Sum of RGB (Red+Green+Blue) = 50+235+48=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 235 (92.19% from 255 or 70.57% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EB30 is #CD14CF. Grayscale: #9E9E9E. Windows color (decimal): -13440208 or 3205938. OLE color: 3205938.

HSL color Cylindrical-coordinate representation of color #32EB30: hue angle of 119.36º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32EB30 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 235 48 -
CMYK 0.79 0 0.80 0.08
HSL 119.36º 0.82% 0.55% -
HSV(B) 119.36º 0.8% 0.92% -
XYZ 31.56 60.31 12.77 -
YUV 158.37 65.71 50.71 -
System Red Green Blue C M Y K H S L
Decimal 50 235 48 0.79 0 0.80 0.08 119.36 0.82 0.55
Hex 32 EB 30 4F 0 50 8 77 52 37
Octal 62 353 60 117 0 120 10 167 122 67
Binary 110010 11101011 110000 1001111 0 1010000 1000 1110111 1010010 110111

Color Harmonies of #32EB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EB30

Black with #32EB30

Text Example


Text Example

White with #32EB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,235,48); }

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

background-color css

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

 a { background-color: rgb(50,235,48); }

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

border-color css

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

 span { border-color: rgb(50,235,48); }

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