Html Css Color HEX #30EB32 Lime Green

📋 copy color: '#30EB32'

red 48 ◦ green 235 ◦ blue 50

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

Shades of Lime Green #30EB32

Tints of Lime Green #30EB32

RGB

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

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

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

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

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #30EB32: hue angle of 120.64º 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 #30EB32 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 235 50 -
CMYK 0.80 0 0.79 0.08
HSL 120.64º 0.82% 0.55% -
HSV(B) 120.64º 0.8% 0.92% -
XYZ 31.5 60.28 12.99 -
YUV 158 67.05 49.54 -
System Red Green Blue C M Y K H S L
Decimal 48 235 50 0.80 0 0.79 0.08 120.64 0.82 0.55
Hex 30 EB 32 50 0 4F 8 79 52 37
Octal 60 353 62 120 0 117 10 171 122 67
Binary 110000 11101011 110010 1010000 0 1001111 1000 1111001 1010010 110111

Color Harmonies of #30EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EB32

Black with #30EB32

Text Example


Text Example

White with #30EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30EB32; }

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

 H1.HeaderClassName
 {
   color: #30EB32;
 }
 .AnyTagClassName
 {
   color: #30EB32;
 }
</style>

background-color css

<style>
 a { background-color: #30EB32; }

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

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

border-color css

<style>
 span { border-color: #30EB32; }

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

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