Html Css Color HEX #30E04E Lime Green

📋 copy color: '#30E04E'

red 48 ◦ green 224 ◦ blue 78

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

Shades of Lime Green #30E04E

Tints of Lime Green #30E04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 13.71%
G = 64%
B = 22.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#30E04E (or 0x30E04E) is known color: Lime Green. HEX triplet: 30, E0 and 4E. RGB value is (48,224,78). Sum of RGB (Red+Green+Blue) = 48+224+78=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 224 (87.89% from 255 or 64% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 224 - color contains mainly: green. Hex color #30E04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E04E is #CF1FB1. Grayscale: #9B9B9B. Windows color (decimal): -13574066 or 5169200. OLE color: 5169200.

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

Color convert

RGB 48 224 78 -
CMYK 0.79 0 0.65 0.12
HSL 130.23º 0.74% 0.53% -
HSV(B) 130.23º 0.79% 0.88% -
XYZ 29.25 54.49 16.18 -
YUV 154.73 84.69 51.87 -
System Red Green Blue C M Y K H S L
Decimal 48 224 78 0.79 0 0.65 0.12 130.23 0.74 0.53
Hex 30 E0 4E 4F 0 41 C 82 4A 35
Octal 60 340 116 117 0 101 14 202 112 65
Binary 110000 11100000 1001110 1001111 0 1000001 1100 10000010 1001010 110101

Color Harmonies of #30E04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E04E

Black with #30E04E

Text Example


Text Example

White with #30E04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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