Html Css Color HEX #30DA40 Lime Green

📋 copy color: '#30DA40'

red 48 ◦ green 218 ◦ blue 64

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

Shades of Lime Green #30DA40

Tints of Lime Green #30DA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 14.55%
G = 66.06%
B = 19.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#30DA40 (or 0x30DA40) is known color: Lime Green. HEX triplet: 30, DA and 40. RGB value is (48,218,64). Sum of RGB (Red+Green+Blue) = 48+218+64=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 218 (85.55% from 255 or 66.06% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DA40 is #CF25BF. Grayscale: #969696. Windows color (decimal): -13575616 or 4250160. OLE color: 4250160.

HSL color Cylindrical-coordinate representation of color #30DA40: hue angle of 125.65º 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 #30DA40 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 218 64 -
CMYK 0.78 0 0.71 0.15
HSL 125.65º 0.7% 0.52% -
HSV(B) 125.65º 0.78% 0.85% -
XYZ 27.22 51.14 13.29 -
YUV 149.61 79.68 55.52 -
System Red Green Blue C M Y K H S L
Decimal 48 218 64 0.78 0 0.71 0.15 125.65 0.7 0.52
Hex 30 DA 40 4E 0 47 F 7E 46 34
Octal 60 332 100 116 0 107 17 176 106 64
Binary 110000 11011010 1000000 1001110 0 1000111 1111 1111110 1000110 110100

Color Harmonies of #30DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DA40

Black with #30DA40

Text Example


Text Example

White with #30DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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