Html Css Color HEX #30E028 Lime Green

📋 copy color: '#30E028'

red 48 ◦ green 224 ◦ blue 40

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

Shades of Lime Green #30E028

Tints of Lime Green #30E028

RGB

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

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

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

R = 15.38%
G = 71.79%
B = 12.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#30E028 (or 0x30E028) is known color: Lime Green. HEX triplet: 30, E0 and 28. RGB value is (48,224,40). Sum of RGB (Red+Green+Blue) = 48+224+40=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 224 (87.89% from 255 or 71.79% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 224 - color contains mainly: green. Hex color #30E028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E028 is #CF1FD7. Grayscale: #969696. Windows color (decimal): -13574104 or 2678832. OLE color: 2678832.

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

Color convert

RGB 48 224 40 -
CMYK 0.79 0 0.82 0.12
HSL 117.39º 0.75% 0.52% -
HSV(B) 117.39º 0.82% 0.88% -
XYZ 28.26 54.09 10.96 -
YUV 150.4 65.69 54.96 -
System Red Green Blue C M Y K H S L
Decimal 48 224 40 0.79 0 0.82 0.12 117.39 0.75 0.52
Hex 30 E0 28 4F 0 52 C 75 4B 34
Octal 60 340 50 117 0 122 14 165 113 64
Binary 110000 11100000 101000 1001111 0 1010010 1100 1110101 1001011 110100

Color Harmonies of #30E028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E028

Black with #30E028

Text Example


Text Example

White with #30E028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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