Html Css Color HEX #30BA24 Lime Green

📋 copy color: '#30BA24'

red 48 ◦ green 186 ◦ blue 36

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

Shades of Lime Green #30BA24

Tints of Lime Green #30BA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.33%

R = 17.78%
G = 68.89%
B = 13.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#30BA24 (or 0x30BA24) is known color: Lime Green. HEX triplet: 30, BA and 24. RGB value is (48,186,36). Sum of RGB (Red+Green+Blue) = 48+186+36=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA24 is #CF45DB. Grayscale: #808080. Windows color (decimal): -13583836 or 2406960. OLE color: 2406960.

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

Color convert

RGB 48 186 36 -
CMYK 0.74 0 0.81 0.27
HSL 115.2º 0.68% 0.44% -
HSV(B) 115.2º 0.81% 0.73% -
XYZ 19.1 35.87 7.59 -
YUV 127.64 76.28 71.2 -
System Red Green Blue C M Y K H S L
Decimal 48 186 36 0.74 0 0.81 0.27 115.2 0.68 0.44
Hex 30 BA 24 4A 0 51 1B 73 44 2C
Octal 60 272 44 112 0 121 33 163 104 54
Binary 110000 10111010 100100 1001010 0 1010001 11011 1110011 1000100 101100

Color Harmonies of #30BA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA24

Black with #30BA24

Text Example


Text Example

White with #30BA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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