Html Css Color HEX #30D428 Lime Green

📋 copy color: '#30D428'

red 48 ◦ green 212 ◦ blue 40

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

Shades of Lime Green #30D428

Tints of Lime Green #30D428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 70.67%

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

R = 16%
G = 70.67%
B = 13.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#30D428 (or 0x30D428) is known color: Lime Green. HEX triplet: 30, D4 and 28. RGB value is (48,212,40). Sum of RGB (Red+Green+Blue) = 48+212+40=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 212 (83.20% from 255 or 70.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 212 - color contains mainly: green. Hex color #30D428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D428 is #CF2BD7. Grayscale: #8F8F8F. Windows color (decimal): -13577176 or 2675760. OLE color: 2675760.

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

Color convert

RGB 48 212 40 -
CMYK 0.77 0 0.81 0.17
HSL 117.21º 0.68% 0.49% -
HSV(B) 117.21º 0.81% 0.83% -
XYZ 25.15 47.87 9.92 -
YUV 143.36 69.67 59.99 -
System Red Green Blue C M Y K H S L
Decimal 48 212 40 0.77 0 0.81 0.17 117.21 0.68 0.49
Hex 30 D4 28 4D 0 51 11 75 44 31
Octal 60 324 50 115 0 121 21 165 104 61
Binary 110000 11010100 101000 1001101 0 1010001 10001 1110101 1000100 110001

Color Harmonies of #30D428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D428

Black with #30D428

Text Example


Text Example

White with #30D428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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