Html Css Color HEX #30BA1D Lime Green

📋 copy color: '#30BA1D'

red 48 ◦ green 186 ◦ blue 29

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

Shades of Lime Green #30BA1D

Tints of Lime Green #30BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 18.25%
G = 70.72%
B = 11.03%

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

#30BA1D (or 0x30BA1D) is known color: Lime Green. HEX triplet: 30, BA and 1D. RGB value is (48,186,29). Sum of RGB (Red+Green+Blue) = 48+186+29=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA1D is #CF45E2. Grayscale: #7F7F7F. Windows color (decimal): -13583843 or 1948208. OLE color: 1948208.

HSL color Cylindrical-coordinate representation of color #30BA1D: hue angle of 112.74º degrees, saturation: 0.73, 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 #30BA1D is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 29 -
CMYK 0.74 0 0.84 0.27
HSL 112.74º 0.73% 0.42% -
HSV(B) 112.74º 0.84% 0.73% -
XYZ 19 35.83 7.08 -
YUV 126.84 72.78 71.77 -
System Red Green Blue C M Y K H S L
Decimal 48 186 29 0.74 0 0.84 0.27 112.74 0.73 0.42
Hex 30 BA 1D 4A 0 54 1B 71 49 2A
Octal 60 272 35 112 0 124 33 161 111 52
Binary 110000 10111010 11101 1001010 0 1010100 11011 1110001 1001001 101010

Color Harmonies of #30BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA1D

Black with #30BA1D

Text Example


Text Example

White with #30BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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