Html Css Color HEX #30E440 Lime Green

📋 copy color: '#30E440'

red 48 ◦ green 228 ◦ blue 64

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

Shades of Lime Green #30E440

Tints of Lime Green #30E440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 67.06%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 14.12%
G = 67.06%
B = 18.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#30E440 (or 0x30E440) is known color: Lime Green. HEX triplet: 30, E4 and 40. RGB value is (48,228,64). Sum of RGB (Red+Green+Blue) = 48+228+64=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 228 (89.45% from 255 or 67.06% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 228 - color contains mainly: green. Hex color #30E440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E440 is #CF1BBF. Grayscale: #9B9B9B. Windows color (decimal): -13573056 or 4252720. OLE color: 4252720.

HSL color Cylindrical-coordinate representation of color #30E440: hue angle of 125.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E440 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 228 64 -
CMYK 0.79 0 0.72 0.11
HSL 125.33º 0.77% 0.54% -
HSV(B) 125.33º 0.79% 0.89% -
XYZ 29.89 56.49 14.18 -
YUV 155.48 76.37 51.34 -
System Red Green Blue C M Y K H S L
Decimal 48 228 64 0.79 0 0.72 0.11 125.33 0.77 0.54
Hex 30 E4 40 4F 0 48 B 7D 4D 36
Octal 60 344 100 117 0 110 13 175 115 66
Binary 110000 11100100 1000000 1001111 0 1001000 1011 1111101 1001101 110110

Color Harmonies of #30E440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E440

Black with #30E440

Text Example


Text Example

White with #30E440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,228,64); }

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

background-color css

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

 a { background-color: rgb(48,228,64); }

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

border-color css

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

 span { border-color: rgb(48,228,64); }

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