Html Css Color HEX #30E33A Lime Green

📋 copy color: '#30E33A'

red 48 ◦ green 227 ◦ blue 58

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

Shades of Lime Green #30E33A

Tints of Lime Green #30E33A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 68.17%

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 14.41%
G = 68.17%
B = 17.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#30E33A (or 0x30E33A) is known color: Lime Green. HEX triplet: 30, E3 and 3A. RGB value is (48,227,58). Sum of RGB (Red+Green+Blue) = 48+227+58=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 227 (89.06% from 255 or 68.17% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 227 - color contains mainly: green. Hex color #30E33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E33A is #CF1CC5. Grayscale: #9A9A9A. Windows color (decimal): -13573318 or 3859248. OLE color: 3859248.

HSL color Cylindrical-coordinate representation of color #30E33A: hue angle of 123.35º degrees, saturation: 0.76, 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 #30E33A is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 227 58 -
CMYK 0.79 0 0.74 0.11
HSL 123.35º 0.76% 0.54% -
HSV(B) 123.35º 0.79% 0.89% -
XYZ 29.45 55.87 13.24 -
YUV 154.21 73.7 52.24 -
System Red Green Blue C M Y K H S L
Decimal 48 227 58 0.79 0 0.74 0.11 123.35 0.76 0.54
Hex 30 E3 3A 4F 0 4A B 7B 4C 36
Octal 60 343 72 117 0 112 13 173 114 66
Binary 110000 11100011 111010 1001111 0 1001010 1011 1111011 1001100 110110

Color Harmonies of #30E33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E33A

Black with #30E33A

Text Example


Text Example

White with #30E33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,227,58); }

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

background-color css

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

 a { background-color: rgb(48,227,58); }

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

border-color css

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

 span { border-color: rgb(48,227,58); }

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