Html Css Color HEX #30DA46 Lime Green

📋 copy color: '#30DA46'

red 48 ◦ green 218 ◦ blue 70

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

Shades of Lime Green #30DA46

Tints of Lime Green #30DA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 14.29%
G = 64.88%
B = 20.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#30DA46 (or 0x30DA46) is known color: Lime Green. HEX triplet: 30, DA and 46. RGB value is (48,218,70). Sum of RGB (Red+Green+Blue) = 48+218+70=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 218 (85.55% from 255 or 64.88% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DA46 is #CF25B9. Grayscale: #969696. Windows color (decimal): -13575610 or 4643376. OLE color: 4643376.

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

Color convert

RGB 48 218 70 -
CMYK 0.78 0 0.68 0.15
HSL 127.76º 0.7% 0.52% -
HSV(B) 127.76º 0.78% 0.85% -
XYZ 27.4 51.21 14.24 -
YUV 150.3 82.68 55.03 -
System Red Green Blue C M Y K H S L
Decimal 48 218 70 0.78 0 0.68 0.15 127.76 0.7 0.52
Hex 30 DA 46 4E 0 44 F 80 46 34
Octal 60 332 106 116 0 104 17 200 106 64
Binary 110000 11011010 1000110 1001110 0 1000100 1111 10000000 1000110 110100

Color Harmonies of #30DA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DA46

Black with #30DA46

Text Example


Text Example

White with #30DA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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