Html Css Color HEX #30D028 Lime Green

📋 copy color: '#30D028'

red 48 ◦ green 208 ◦ blue 40

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

Shades of Lime Green #30D028

Tints of Lime Green #30D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 70.27%

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

R = 16.22%
G = 70.27%
B = 13.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#30D028 (or 0x30D028) is known color: Lime Green. HEX triplet: 30, D0 and 28. RGB value is (48,208,40). Sum of RGB (Red+Green+Blue) = 48+208+40=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #30D028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D028 is #CF2FD7. Grayscale: #8D8D8D. Windows color (decimal): -13578200 or 2674736. OLE color: 2674736.

HSL color Cylindrical-coordinate representation of color #30D028: hue angle of 117.14º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30D028 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 208 40 -
CMYK 0.77 0 0.81 0.18
HSL 117.14º 0.68% 0.49% -
HSV(B) 117.14º 0.81% 0.82% -
XYZ 24.16 45.89 9.59 -
YUV 141.01 70.99 61.66 -
System Red Green Blue C M Y K H S L
Decimal 48 208 40 0.77 0 0.81 0.18 117.14 0.68 0.49
Hex 30 D0 28 4D 0 51 12 75 44 31
Octal 60 320 50 115 0 121 22 165 104 61
Binary 110000 11010000 101000 1001101 0 1010001 10010 1110101 1000100 110001

Color Harmonies of #30D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D028

Black with #30D028

Text Example


Text Example

White with #30D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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