Html Css Color HEX #30D528 Lime Green

📋 copy color: '#30D528'

red 48 ◦ green 213 ◦ blue 40

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

Shades of Lime Green #30D528

Tints of Lime Green #30D528

RGB

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

 GREEN value IS 213 (83.59% from 255) = 70.76%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 15.95%
G = 70.76%
B = 13.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#30D528 (or 0x30D528) is known color: Lime Green. HEX triplet: 30, D5 and 28. RGB value is (48,213,40). Sum of RGB (Red+Green+Blue) = 48+213+40=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 213 (83.59% from 255 or 70.76% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 213 - color contains mainly: green. Hex color #30D528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D528 is #CF2AD7. Grayscale: #909090. Windows color (decimal): -13576920 or 2676016. OLE color: 2676016.

HSL color Cylindrical-coordinate representation of color #30D528: hue angle of 117.23º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30D528 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 213 40 -
CMYK 0.77 0 0.81 0.16
HSL 117.23º 0.68% 0.5% -
HSV(B) 117.23º 0.81% 0.84% -
XYZ 25.4 48.37 10.01 -
YUV 143.94 69.34 59.57 -
System Red Green Blue C M Y K H S L
Decimal 48 213 40 0.77 0 0.81 0.16 117.23 0.68 0.5
Hex 30 D5 28 4D 0 51 10 75 44 32
Octal 60 325 50 115 0 121 20 165 104 62
Binary 110000 11010101 101000 1001101 0 1010001 10000 1110101 1000100 110010

Color Harmonies of #30D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D528

Black with #30D528

Text Example


Text Example

White with #30D528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,213,40); }

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

background-color css

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

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

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

border-color css

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

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

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