Html Css Color HEX #30D312 Lime Green

📋 copy color: '#30D312'

red 48 ◦ green 211 ◦ blue 18

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

Shades of Lime Green #30D312

Tints of Lime Green #30D312

RGB

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

 GREEN value IS 211 (82.81% from 255) = 76.17%

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

R = 17.33%
G = 76.17%
B = 6.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#30D312 (or 0x30D312) is known color: Lime Green. HEX triplet: 30, D3 and 12. RGB value is (48,211,18). Sum of RGB (Red+Green+Blue) = 48+211+18=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 211 (82.81% from 255 or 76.17% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 211 - color contains mainly: green. Hex color #30D312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D312 is #CF2CED. Grayscale: #8C8C8C. Windows color (decimal): -13577454 or 1233712. OLE color: 1233712.

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

Color convert

RGB 48 211 18 -
CMYK 0.77 0 0.91 0.17
HSL 110.67º 0.84% 0.45% -
HSV(B) 110.67º 0.91% 0.83% -
XYZ 24.62 47.26 8.4 -
YUV 140.26 59 62.19 -
System Red Green Blue C M Y K H S L
Decimal 48 211 18 0.77 0 0.91 0.17 110.67 0.84 0.45
Hex 30 D3 12 4D 0 5B 11 6F 54 2D
Octal 60 323 22 115 0 133 21 157 124 55
Binary 110000 11010011 10010 1001101 0 1011011 10001 1101111 1010100 101101

Color Harmonies of #30D312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D312

Black with #30D312

Text Example


Text Example

White with #30D312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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