Html Css Color HEX #30E534 Lime Green

📋 copy color: '#30E534'

red 48 ◦ green 229 ◦ blue 52

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

Shades of Lime Green #30E534

Tints of Lime Green #30E534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 69.6%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 14.59%
G = 69.6%
B = 15.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#30E534 (or 0x30E534) is known color: Lime Green. HEX triplet: 30, E5 and 34. RGB value is (48,229,52). Sum of RGB (Red+Green+Blue) = 48+229+52=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 229 (89.84% from 255 or 69.60% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 229 - color contains mainly: green. Hex color #30E534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E534 is #CF1ACB. Grayscale: #9B9B9B. Windows color (decimal): -13572812 or 3466544. OLE color: 3466544.

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

Color convert

RGB 48 229 52 -
CMYK 0.79 0 0.77 0.10
HSL 121.33º 0.78% 0.54% -
HSV(B) 121.33º 0.79% 0.9% -
XYZ 29.86 56.91 12.66 -
YUV 154.7 70.03 51.89 -
System Red Green Blue C M Y K H S L
Decimal 48 229 52 0.79 0 0.77 0.10 121.33 0.78 0.54
Hex 30 E5 34 4F 0 4D A 79 4E 36
Octal 60 345 64 117 0 115 12 171 116 66
Binary 110000 11100101 110100 1001111 0 1001101 1010 1111001 1001110 110110

Color Harmonies of #30E534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E534

Black with #30E534

Text Example


Text Example

White with #30E534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,229,52); }

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

background-color css

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

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

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

border-color css

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

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

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