Html Css Color HEX #30E031 Lime Green

📋 copy color: '#30E031'

red 48 ◦ green 224 ◦ blue 49

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

Shades of Lime Green #30E031

Tints of Lime Green #30E031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 14.95%
G = 69.78%
B = 15.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#30E031 (or 0x30E031) is known color: Lime Green. HEX triplet: 30, E0 and 31. RGB value is (48,224,49). Sum of RGB (Red+Green+Blue) = 48+224+49=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #30E031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E031 is #CF1FCE. Grayscale: #979797. Windows color (decimal): -13574095 or 3268656. OLE color: 3268656.

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

Color convert

RGB 48 224 49 -
CMYK 0.79 0 0.78 0.12
HSL 120.34º 0.74% 0.53% -
HSV(B) 120.34º 0.79% 0.88% -
XYZ 28.43 54.16 11.86 -
YUV 151.43 70.19 54.23 -
System Red Green Blue C M Y K H S L
Decimal 48 224 49 0.79 0 0.78 0.12 120.34 0.74 0.53
Hex 30 E0 31 4F 0 4E C 78 4A 35
Octal 60 340 61 117 0 116 14 170 112 65
Binary 110000 11100000 110001 1001111 0 1001110 1100 1111000 1001010 110101

Color Harmonies of #30E031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E031

Black with #30E031

Text Example


Text Example

White with #30E031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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