Html Css Color HEX #30D336 Lime Green

📋 copy color: '#30D336'

red 48 ◦ green 211 ◦ blue 54

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

Shades of Lime Green #30D336

Tints of Lime Green #30D336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 15.34%
G = 67.41%
B = 17.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#30D336 (or 0x30D336) is known color: Lime Green. HEX triplet: 30, D3 and 36. RGB value is (48,211,54). Sum of RGB (Red+Green+Blue) = 48+211+54=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 211 (82.81% from 255 or 67.41% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 211 - color contains mainly: green. Hex color #30D336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D336 is #CF2CC9. Grayscale: #909090. Windows color (decimal): -13577418 or 3593008. OLE color: 3593008.

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

Color convert

RGB 48 211 54 -
CMYK 0.77 0 0.74 0.17
HSL 122.21º 0.65% 0.51% -
HSV(B) 122.21º 0.77% 0.83% -
XYZ 25.18 47.48 11.33 -
YUV 144.37 77 59.27 -
System Red Green Blue C M Y K H S L
Decimal 48 211 54 0.77 0 0.74 0.17 122.21 0.65 0.51
Hex 30 D3 36 4D 0 4A 11 7A 41 33
Octal 60 323 66 115 0 112 21 172 101 63
Binary 110000 11010011 110110 1001101 0 1001010 10001 1111010 1000001 110011

Color Harmonies of #30D336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D336

Black with #30D336

Text Example


Text Example

White with #30D336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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