Html Css Color HEX #30BA1E Lime Green

📋 copy color: '#30BA1E'

red 48 ◦ green 186 ◦ blue 30

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

Shades of Lime Green #30BA1E

Tints of Lime Green #30BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 18.18%
G = 70.45%
B = 11.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#30BA1E (or 0x30BA1E) is known color: Lime Green. HEX triplet: 30, BA and 1E. RGB value is (48,186,30). Sum of RGB (Red+Green+Blue) = 48+186+30=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA1E is #CF45E1. Grayscale: #7F7F7F. Windows color (decimal): -13583842 or 2013744. OLE color: 2013744.

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

Color convert

RGB 48 186 30 -
CMYK 0.74 0 0.84 0.27
HSL 113.08º 0.72% 0.42% -
HSV(B) 113.08º 0.84% 0.73% -
XYZ 19.01 35.84 7.14 -
YUV 126.95 73.28 71.68 -
System Red Green Blue C M Y K H S L
Decimal 48 186 30 0.74 0 0.84 0.27 113.08 0.72 0.42
Hex 30 BA 1E 4A 0 54 1B 71 48 2A
Octal 60 272 36 112 0 124 33 161 110 52
Binary 110000 10111010 11110 1001010 0 1010100 11011 1110001 1001000 101010

Color Harmonies of #30BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA1E

Black with #30BA1E

Text Example


Text Example

White with #30BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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