Html Css Color HEX #30DA2B Lime Green

📋 copy color: '#30DA2B'

red 48 ◦ green 218 ◦ blue 43

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

Shades of Lime Green #30DA2B

Tints of Lime Green #30DA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 15.53%
G = 70.55%
B = 13.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#30DA2B (or 0x30DA2B) is known color: Lime Green. HEX triplet: 30, DA and 2B. RGB value is (48,218,43). Sum of RGB (Red+Green+Blue) = 48+218+43=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 218 (85.55% from 255 or 70.55% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DA2B is #CF25D4. Grayscale: #939393. Windows color (decimal): -13575637 or 2873904. OLE color: 2873904.

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

Color convert

RGB 48 218 43 -
CMYK 0.78 0 0.80 0.15
HSL 118.29º 0.7% 0.51% -
HSV(B) 118.29º 0.8% 0.85% -
XYZ 26.73 50.95 10.71 -
YUV 147.22 69.18 57.23 -
System Red Green Blue C M Y K H S L
Decimal 48 218 43 0.78 0 0.80 0.15 118.29 0.7 0.51
Hex 30 DA 2B 4E 0 50 F 76 46 33
Octal 60 332 53 116 0 120 17 166 106 63
Binary 110000 11011010 101011 1001110 0 1010000 1111 1110110 1000110 110011

Color Harmonies of #30DA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DA2B

Black with #30DA2B

Text Example


Text Example

White with #30DA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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