Html Css Color HEX #30D612 Lime Green

📋 copy color: '#30D612'

red 48 ◦ green 214 ◦ blue 18

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

Shades of Lime Green #30D612

Tints of Lime Green #30D612

RGB

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

 GREEN value IS 214 (83.98% from 255) = 76.43%

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 17.14%
G = 76.43%
B = 6.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#30D612 (or 0x30D612) is known color: Lime Green. HEX triplet: 30, D6 and 12. RGB value is (48,214,18). Sum of RGB (Red+Green+Blue) = 48+214+18=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 214 (83.98% from 255 or 76.43% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 214 - color contains mainly: green. Hex color #30D612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D612 is #CF29ED. Grayscale: #8E8E8E. Windows color (decimal): -13576686 or 1234480. OLE color: 1234480.

HSL color Cylindrical-coordinate representation of color #30D612: hue angle of 110.82º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30D612 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 18 -
CMYK 0.78 0 0.92 0.16
HSL 110.82º 0.84% 0.45% -
HSV(B) 110.82º 0.92% 0.84% -
XYZ 25.37 48.77 8.65 -
YUV 142.02 58 60.94 -
System Red Green Blue C M Y K H S L
Decimal 48 214 18 0.78 0 0.92 0.16 110.82 0.84 0.45
Hex 30 D6 12 4E 0 5C 10 6F 54 2D
Octal 60 326 22 116 0 134 20 157 124 55
Binary 110000 11010110 10010 1001110 0 1011100 10000 1101111 1010100 101101

Color Harmonies of #30D612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D612

Black with #30D612

Text Example


Text Example

White with #30D612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,214,18); }

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

background-color css

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

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

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

border-color css

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

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

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