Html Css Color HEX #30E215 Lime Green

📋 copy color: '#30E215'

red 48 ◦ green 226 ◦ blue 21

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

Shades of Lime Green #30E215

Tints of Lime Green #30E215

RGB

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

 GREEN value IS 226 (88.67% from 255) = 76.61%

 BLUE value IS 21 (8.59% from 255) = 7.12%

R = 16.27%
G = 76.61%
B = 7.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#30E215 (or 0x30E215) is known color: Lime Green. HEX triplet: 30, E2 and 15. RGB value is (48,226,21). Sum of RGB (Red+Green+Blue) = 48+226+21=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 226 (88.67% from 255 or 76.61% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 226 - color contains mainly: green. Hex color #30E215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E215 is #CF1DEA. Grayscale: #969696. Windows color (decimal): -13573611 or 1434160. OLE color: 1434160.

HSL color Cylindrical-coordinate representation of color #30E215: hue angle of 112.1º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30E215 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 226 21 -
CMYK 0.79 0 0.91 0.11
HSL 112.1º 0.83% 0.48% -
HSV(B) 112.1º 0.91% 0.89% -
XYZ 28.55 55.08 9.84 -
YUV 149.41 55.53 55.67 -
System Red Green Blue C M Y K H S L
Decimal 48 226 21 0.79 0 0.91 0.11 112.1 0.83 0.48
Hex 30 E2 15 4F 0 5B B 70 53 30
Octal 60 342 25 117 0 133 13 160 123 60
Binary 110000 11100010 10101 1001111 0 1011011 1011 1110000 1010011 110000

Color Harmonies of #30E215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E215

Black with #30E215

Text Example


Text Example

White with #30E215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,226,21); }

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

background-color css

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

 a { background-color: rgb(48,226,21); }

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

border-color css

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

 span { border-color: rgb(48,226,21); }

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