Html Css Color HEX #30DC21 Lime Green

📋 copy color: '#30DC21'

red 48 ◦ green 220 ◦ blue 33

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

Shades of Lime Green #30DC21

Tints of Lime Green #30DC21

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.09%

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 15.95%
G = 73.09%
B = 10.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#30DC21 (or 0x30DC21) is known color: Lime Green. HEX triplet: 30, DC and 21. RGB value is (48,220,33). Sum of RGB (Red+Green+Blue) = 48+220+33=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DC21 is #CF23DE. Grayscale: #939393. Windows color (decimal): -13575135 or 2219056. OLE color: 2219056.

HSL color Cylindrical-coordinate representation of color #30DC21: hue angle of 115.19º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30DC21 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 33 -
CMYK 0.78 0 0.85 0.14
HSL 115.19º 0.74% 0.5% -
HSV(B) 115.19º 0.85% 0.86% -
XYZ 27.09 51.92 10.03 -
YUV 147.25 63.52 57.21 -
System Red Green Blue C M Y K H S L
Decimal 48 220 33 0.78 0 0.85 0.14 115.19 0.74 0.5
Hex 30 DC 21 4E 0 55 E 73 4A 32
Octal 60 334 41 116 0 125 16 163 112 62
Binary 110000 11011100 100001 1001110 0 1010101 1110 1110011 1001010 110010

Color Harmonies of #30DC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC21

Black with #30DC21

Text Example


Text Example

White with #30DC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,220,33); }

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

background-color css

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

 a { background-color: rgb(48,220,33); }

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

border-color css

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

 span { border-color: rgb(48,220,33); }

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