Html Css Color HEX #30E037 Lime Green

📋 copy color: '#30E037'

red 48 ◦ green 224 ◦ blue 55

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

Shades of Lime Green #30E037

Tints of Lime Green #30E037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 14.68%
G = 68.5%
B = 16.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#30E037 (or 0x30E037) is known color: Lime Green. HEX triplet: 30, E0 and 37. RGB value is (48,224,55). Sum of RGB (Red+Green+Blue) = 48+224+55=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 224 (87.89% from 255 or 68.50% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 224 - color contains mainly: green. Hex color #30E037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E037 is #CF1FC8. Grayscale: #989898. Windows color (decimal): -13574089 or 3661872. OLE color: 3661872.

HSL color Cylindrical-coordinate representation of color #30E037: hue angle of 122.39º 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 #30E037 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 224 55 -
CMYK 0.79 0 0.75 0.12
HSL 122.39º 0.74% 0.53% -
HSV(B) 122.39º 0.79% 0.88% -
XYZ 28.56 54.22 12.57 -
YUV 152.11 73.19 53.74 -
System Red Green Blue C M Y K H S L
Decimal 48 224 55 0.79 0 0.75 0.12 122.39 0.74 0.53
Hex 30 E0 37 4F 0 4B C 7A 4A 35
Octal 60 340 67 117 0 113 14 172 112 65
Binary 110000 11100000 110111 1001111 0 1001011 1100 1111010 1001010 110101

Color Harmonies of #30E037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E037

Black with #30E037

Text Example


Text Example

White with #30E037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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