Html Css Color HEX #30DE28 Lime Green

📋 copy color: '#30DE28'

red 48 ◦ green 222 ◦ blue 40

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

Shades of Lime Green #30DE28

Tints of Lime Green #30DE28

RGB

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

 GREEN value IS 222 (87.11% from 255) = 71.61%

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 15.48%
G = 71.61%
B = 12.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#30DE28 (or 0x30DE28) is known color: Lime Green. HEX triplet: 30, DE and 28. RGB value is (48,222,40). Sum of RGB (Red+Green+Blue) = 48+222+40=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 222 (87.11% from 255 or 71.61% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 222 - color contains mainly: green. Hex color #30DE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DE28 is #CF21D7. Grayscale: #959595. Windows color (decimal): -13574616 or 2678320. OLE color: 2678320.

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

Color convert

RGB 48 222 40 -
CMYK 0.78 0 0.82 0.13
HSL 117.36º 0.73% 0.51% -
HSV(B) 117.36º 0.82% 0.87% -
XYZ 27.72 53.02 10.78 -
YUV 149.23 66.35 55.8 -
System Red Green Blue C M Y K H S L
Decimal 48 222 40 0.78 0 0.82 0.13 117.36 0.73 0.51
Hex 30 DE 28 4E 0 52 D 75 49 33
Octal 60 336 50 116 0 122 15 165 111 63
Binary 110000 11011110 101000 1001110 0 1010010 1101 1110101 1001001 110011

Color Harmonies of #30DE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DE28

Black with #30DE28

Text Example


Text Example

White with #30DE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,222,40); }

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

background-color css

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

 a { background-color: rgb(48,222,40); }

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

border-color css

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

 span { border-color: rgb(48,222,40); }

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