Html Css Color HEX #30DF21 Lime Green

📋 copy color: '#30DF21'

red 48 ◦ green 223 ◦ blue 33

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

Shades of Lime Green #30DF21

Tints of Lime Green #30DF21

RGB

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

 GREEN value IS 223 (87.5% from 255) = 73.36%

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

R = 15.79%
G = 73.36%
B = 10.86%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#30DF21 (or 0x30DF21) is known color: Lime Green. HEX triplet: 30, DF and 21. RGB value is (48,223,33). Sum of RGB (Red+Green+Blue) = 48+223+33=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 223 (87.5% from 255 or 73.36% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DF21 is #CF20DE. Grayscale: #959595. Windows color (decimal): -13574367 or 2219824. OLE color: 2219824.

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

Color convert

RGB 48 223 33 -
CMYK 0.78 0 0.85 0.13
HSL 115.26º 0.75% 0.5% -
HSV(B) 115.26º 0.85% 0.87% -
XYZ 27.88 53.51 10.3 -
YUV 149.02 62.52 55.95 -
System Red Green Blue C M Y K H S L
Decimal 48 223 33 0.78 0 0.85 0.13 115.26 0.75 0.5
Hex 30 DF 21 4E 0 55 D 73 4B 32
Octal 60 337 41 116 0 125 15 163 113 62
Binary 110000 11011111 100001 1001110 0 1010101 1101 1110011 1001011 110010

Color Harmonies of #30DF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DF21

Black with #30DF21

Text Example


Text Example

White with #30DF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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