Html Css Color HEX #30E430 Lime Green

📋 copy color: '#30E430'

red 48 ◦ green 228 ◦ blue 48

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

Shades of Lime Green #30E430

Tints of Lime Green #30E430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.81%

R = 14.81%
G = 70.37%
B = 14.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#30E430 (or 0x30E430) is known color: Lime Green. HEX triplet: 30, E4 and 30. RGB value is (48,228,48). Sum of RGB (Red+Green+Blue) = 48+228+48=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 228 (89.45% from 255 or 70.37% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 228 - color contains mainly: green. Hex color #30E430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E430 is #CF1BCF. Grayscale: #9A9A9A. Windows color (decimal): -13573072 or 3204144. OLE color: 3204144.

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

Color convert

RGB 48 228 48 -
CMYK 0.79 0 0.79 0.11
HSL 120º 0.77% 0.54% -
HSV(B) 120º 0.79% 0.89% -
XYZ 29.5 56.33 12.11 -
YUV 153.66 68.37 52.64 -
System Red Green Blue C M Y K H S L
Decimal 48 228 48 0.79 0 0.79 0.11 120 0.77 0.54
Hex 30 E4 30 4F 0 4F B 78 4D 36
Octal 60 344 60 117 0 117 13 170 115 66
Binary 110000 11100100 110000 1001111 0 1001111 1011 1111000 1001101 110110

Color Harmonies of #30E430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E430

Black with #30E430

Text Example


Text Example

White with #30E430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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