Html Css Color HEX #30BA28 Lime Green

📋 copy color: '#30BA28'

red 48 ◦ green 186 ◦ blue 40

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

Shades of Lime Green #30BA28

Tints of Lime Green #30BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 67.88%

 BLUE value IS 40 (16.02% from 255) = 14.6%

R = 17.52%
G = 67.88%
B = 14.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#30BA28 (or 0x30BA28) is known color: Lime Green. HEX triplet: 30, BA and 28. RGB value is (48,186,40). Sum of RGB (Red+Green+Blue) = 48+186+40=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA28 is #CF45D7. Grayscale: #808080. Windows color (decimal): -13583832 or 2669104. OLE color: 2669104.

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

Color convert

RGB 48 186 40 -
CMYK 0.74 0 0.78 0.27
HSL 116.71º 0.65% 0.44% -
HSV(B) 116.71º 0.78% 0.73% -
XYZ 19.16 35.9 7.93 -
YUV 128.09 78.28 70.87 -
System Red Green Blue C M Y K H S L
Decimal 48 186 40 0.74 0 0.78 0.27 116.71 0.65 0.44
Hex 30 BA 28 4A 0 4E 1B 75 41 2C
Octal 60 272 50 112 0 116 33 165 101 54
Binary 110000 10111010 101000 1001010 0 1001110 11011 1110101 1000001 101100

Color Harmonies of #30BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA28

Black with #30BA28

Text Example


Text Example

White with #30BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,186,40); }

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

background-color css

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

 a { background-color: rgb(48,186,40); }

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

border-color css

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

 span { border-color: rgb(48,186,40); }

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