Html Css Color HEX #30B032 Lime Green

📋 copy color: '#30B032'

red 48 ◦ green 176 ◦ blue 50

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

Shades of Lime Green #30B032

Tints of Lime Green #30B032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 64.23%

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 17.52%
G = 64.23%
B = 18.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#30B032 (or 0x30B032) is known color: Lime Green. HEX triplet: 30, B0 and 32. RGB value is (48,176,50). Sum of RGB (Red+Green+Blue) = 48+176+50=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 176 (69.14% from 255 or 64.23% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 176 - color contains mainly: green. Hex color #30B032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B032 is #CF4FCD. Grayscale: #7B7B7B. Windows color (decimal): -13586382 or 3321904. OLE color: 3321904.

HSL color Cylindrical-coordinate representation of color #30B032: hue angle of 120.94º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B032 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 176 50 -
CMYK 0.73 0 0.72 0.31
HSL 120.94º 0.57% 0.44% -
HSV(B) 120.94º 0.73% 0.69% -
XYZ 17.32 31.91 8.26 -
YUV 123.36 86.59 74.25 -
System Red Green Blue C M Y K H S L
Decimal 48 176 50 0.73 0 0.72 0.31 120.94 0.57 0.44
Hex 30 B0 32 49 0 48 1F 79 39 2C
Octal 60 260 62 111 0 110 37 171 71 54
Binary 110000 10110000 110010 1001001 0 1001000 11111 1111001 111001 101100

Color Harmonies of #30B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B032

Black with #30B032

Text Example


Text Example

White with #30B032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,176,50); }

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

background-color css

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

 a { background-color: rgb(48,176,50); }

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

border-color css

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

 span { border-color: rgb(48,176,50); }

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