Html Css Color HEX #30E021 Lime Green

📋 copy color: '#30E021'

red 48 ◦ green 224 ◦ blue 33

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

Shades of Lime Green #30E021

Tints of Lime Green #30E021

RGB

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

 GREEN value IS 224 (87.89% from 255) = 73.44%

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

R = 15.74%
G = 73.44%
B = 10.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#30E021 (or 0x30E021) is known color: Lime Green. HEX triplet: 30, E0 and 21. RGB value is (48,224,33). Sum of RGB (Red+Green+Blue) = 48+224+33=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #30E021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E021 is #CF1FDE. Grayscale: #969696. Windows color (decimal): -13574111 or 2220080. OLE color: 2220080.

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

Color convert

RGB 48 224 33 -
CMYK 0.79 0 0.85 0.12
HSL 115.29º 0.75% 0.5% -
HSV(B) 115.29º 0.85% 0.88% -
XYZ 28.15 54.05 10.39 -
YUV 149.6 62.19 55.53 -
System Red Green Blue C M Y K H S L
Decimal 48 224 33 0.79 0 0.85 0.12 115.29 0.75 0.5
Hex 30 E0 21 4F 0 55 C 73 4B 32
Octal 60 340 41 117 0 125 14 163 113 62
Binary 110000 11100000 100001 1001111 0 1010101 1100 1110011 1001011 110010

Color Harmonies of #30E021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E021

Black with #30E021

Text Example


Text Example

White with #30E021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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