Html Css Color HEX #30DA14 Lime Green

📋 copy color: '#30DA14'

red 48 ◦ green 218 ◦ blue 20

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

Shades of Lime Green #30DA14

Tints of Lime Green #30DA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 76.22%

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 16.78%
G = 76.22%
B = 6.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#30DA14 (or 0x30DA14) is known color: Lime Green. HEX triplet: 30, DA and 14. RGB value is (48,218,20). Sum of RGB (Red+Green+Blue) = 48+218+20=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 218 (85.55% from 255 or 76.22% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30DA14 is #CF25EB. Grayscale: #919191. Windows color (decimal): -13575660 or 1366576. OLE color: 1366576.

HSL color Cylindrical-coordinate representation of color #30DA14: hue angle of 111.52º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30DA14 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 218 20 -
CMYK 0.78 0 0.91 0.15
HSL 111.52º 0.83% 0.47% -
HSV(B) 111.52º 0.91% 0.85% -
XYZ 26.42 50.82 9.08 -
YUV 144.6 57.68 59.1 -
System Red Green Blue C M Y K H S L
Decimal 48 218 20 0.78 0 0.91 0.15 111.52 0.83 0.47
Hex 30 DA 14 4E 0 5B F 70 53 2F
Octal 60 332 24 116 0 133 17 160 123 57
Binary 110000 11011010 10100 1001110 0 1011011 1111 1110000 1010011 101111

Color Harmonies of #30DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DA14

Black with #30DA14

Text Example


Text Example

White with #30DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,218,20); }

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

background-color css

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

 a { background-color: rgb(48,218,20); }

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

border-color css

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

 span { border-color: rgb(48,218,20); }

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