Html Css Color HEX #30B945 Lime Green

📋 copy color: '#30B945'

red 48 ◦ green 185 ◦ blue 69

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

Shades of Lime Green #30B945

Tints of Lime Green #30B945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 15.89%
G = 61.26%
B = 22.85%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#30B945 (or 0x30B945) is known color: Lime Green. HEX triplet: 30, B9 and 45. RGB value is (48,185,69). Sum of RGB (Red+Green+Blue) = 48+185+69=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #30B945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B945 is #CF46BA. Grayscale: #838383. Windows color (decimal): -13584059 or 4569392. OLE color: 4569392.

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

Color convert

RGB 48 185 69 -
CMYK 0.74 0 0.63 0.27
HSL 129.2º 0.59% 0.46% -
HSV(B) 129.2º 0.74% 0.73% -
XYZ 19.64 35.76 11.5 -
YUV 130.81 93.11 68.93 -
System Red Green Blue C M Y K H S L
Decimal 48 185 69 0.74 0 0.63 0.27 129.2 0.59 0.46
Hex 30 B9 45 4A 0 3F 1B 81 3B 2E
Octal 60 271 105 112 0 77 33 201 73 56
Binary 110000 10111001 1000101 1001010 0 111111 11011 10000001 111011 101110

Color Harmonies of #30B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B945

Black with #30B945

Text Example


Text Example

White with #30B945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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