Html Css Color HEX #30BA25 Lime Green

📋 copy color: '#30BA25'

red 48 ◦ green 186 ◦ blue 37

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

Shades of Lime Green #30BA25

Tints of Lime Green #30BA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 17.71%
G = 68.63%
B = 13.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#30BA25 (or 0x30BA25) is known color: Lime Green. HEX triplet: 30, BA and 25. RGB value is (48,186,37). Sum of RGB (Red+Green+Blue) = 48+186+37=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 186 (73.05% from 255 or 68.63% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA25 is #CF45DA. Grayscale: #808080. Windows color (decimal): -13583835 or 2472496. OLE color: 2472496.

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

Color convert

RGB 48 186 37 -
CMYK 0.74 0 0.80 0.27
HSL 115.57º 0.67% 0.44% -
HSV(B) 115.57º 0.8% 0.73% -
XYZ 19.11 35.88 7.67 -
YUV 127.75 76.78 71.12 -
System Red Green Blue C M Y K H S L
Decimal 48 186 37 0.74 0 0.80 0.27 115.57 0.67 0.44
Hex 30 BA 25 4A 0 50 1B 74 43 2C
Octal 60 272 45 112 0 120 33 164 103 54
Binary 110000 10111010 100101 1001010 0 1010000 11011 1110100 1000011 101100

Color Harmonies of #30BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA25

Black with #30BA25

Text Example


Text Example

White with #30BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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