Html Css Color HEX #30BA43 Lime Green

📋 copy color: '#30BA43'

red 48 ◦ green 186 ◦ blue 67

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

Shades of Lime Green #30BA43

Tints of Lime Green #30BA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.26%

R = 15.95%
G = 61.79%
B = 22.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#30BA43 (or 0x30BA43) is known color: Lime Green. HEX triplet: 30, BA and 43. RGB value is (48,186,67). Sum of RGB (Red+Green+Blue) = 48+186+67=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA43 is #CF45BC. Grayscale: #838383. Windows color (decimal): -13583805 or 4438576. OLE color: 4438576.

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

Color convert

RGB 48 186 67 -
CMYK 0.74 0 0.64 0.27
HSL 128.26º 0.59% 0.46% -
HSV(B) 128.26º 0.74% 0.73% -
XYZ 19.79 36.15 11.25 -
YUV 131.17 91.78 68.68 -
System Red Green Blue C M Y K H S L
Decimal 48 186 67 0.74 0 0.64 0.27 128.26 0.59 0.46
Hex 30 BA 43 4A 0 40 1B 80 3B 2E
Octal 60 272 103 112 0 100 33 200 73 56
Binary 110000 10111010 1000011 1001010 0 1000000 11011 10000000 111011 101110

Color Harmonies of #30BA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA43

Black with #30BA43

Text Example


Text Example

White with #30BA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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