Html Css Color HEX #30B947 Lime Green

📋 copy color: '#30B947'

red 48 ◦ green 185 ◦ blue 71

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

Shades of Lime Green #30B947

Tints of Lime Green #30B947

RGB

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

 GREEN value IS 185 (72.66% from 255) = 60.86%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 15.79%
G = 60.86%
B = 23.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#30B947 (or 0x30B947) is known color: Lime Green. HEX triplet: 30, B9 and 47. RGB value is (48,185,71). Sum of RGB (Red+Green+Blue) = 48+185+71=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #30B947 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B947 is #CF46B8. Grayscale: #838383. Windows color (decimal): -13584057 or 4700464. OLE color: 4700464.

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

Color convert

RGB 48 185 71 -
CMYK 0.74 0 0.62 0.27
HSL 130.07º 0.59% 0.46% -
HSV(B) 130.07º 0.74% 0.73% -
XYZ 19.71 35.78 11.83 -
YUV 131.04 94.11 68.77 -
System Red Green Blue C M Y K H S L
Decimal 48 185 71 0.74 0 0.62 0.27 130.07 0.59 0.46
Hex 30 B9 47 4A 0 3E 1B 82 3B 2E
Octal 60 271 107 112 0 76 33 202 73 56
Binary 110000 10111001 1000111 1001010 0 111110 11011 10000010 111011 101110

Color Harmonies of #30B947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B947

Black with #30B947

Text Example


Text Example

White with #30B947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,185,71); }

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

background-color css

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

 a { background-color: rgb(48,185,71); }

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

border-color css

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

 span { border-color: rgb(48,185,71); }

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