Html Css Color HEX #30BB49 Lime Green

📋 copy color: '#30BB49'

red 48 ◦ green 187 ◦ blue 73

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

Shades of Lime Green #30BB49

Tints of Lime Green #30BB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.71%

 BLUE value IS 73 (28.91% from 255) = 23.7%

R = 15.58%
G = 60.71%
B = 23.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#30BB49 (or 0x30BB49) is known color: Lime Green. HEX triplet: 30, BB and 49. RGB value is (48,187,73). Sum of RGB (Red+Green+Blue) = 48+187+73=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BB49 is #CF44B6. Grayscale: #848484. Windows color (decimal): -13583543 or 4832048. OLE color: 4832048.

HSL color Cylindrical-coordinate representation of color #30BB49: hue angle of 130.79º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BB49 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 187 73 -
CMYK 0.74 0 0.61 0.27
HSL 130.79º 0.59% 0.46% -
HSV(B) 130.79º 0.74% 0.73% -
XYZ 20.19 36.65 12.31 -
YUV 132.44 94.45 67.77 -
System Red Green Blue C M Y K H S L
Decimal 48 187 73 0.74 0 0.61 0.27 130.79 0.59 0.46
Hex 30 BB 49 4A 0 3D 1B 83 3B 2E
Octal 60 273 111 112 0 75 33 203 73 56
Binary 110000 10111011 1001001 1001010 0 111101 11011 10000011 111011 101110

Color Harmonies of #30BB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BB49

Black with #30BB49

Text Example


Text Example

White with #30BB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,187,73); }

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

background-color css

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

 a { background-color: rgb(48,187,73); }

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

border-color css

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

 span { border-color: rgb(48,187,73); }

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