Html Css Color HEX #30B32B Lime Green

📋 copy color: '#30B32B'

red 48 ◦ green 179 ◦ blue 43

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

Shades of Lime Green #30B32B

Tints of Lime Green #30B32B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 66.3%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 17.78%
G = 66.3%
B = 15.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#30B32B (or 0x30B32B) is known color: Lime Green. HEX triplet: 30, B3 and 2B. RGB value is (48,179,43). Sum of RGB (Red+Green+Blue) = 48+179+43=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 179 (70.31% from 255 or 66.30% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 179 - color contains mainly: green. Hex color #30B32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B32B is #CF4CD4. Grayscale: #7C7C7C. Windows color (decimal): -13585621 or 2863920. OLE color: 2863920.

HSL color Cylindrical-coordinate representation of color #30B32B: hue angle of 117.79º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30B32B is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 179 43 -
CMYK 0.73 0 0.76 0.30
HSL 117.79º 0.61% 0.44% -
HSV(B) 117.79º 0.76% 0.7% -
XYZ 17.78 33.04 7.73 -
YUV 124.33 82.1 73.56 -
System Red Green Blue C M Y K H S L
Decimal 48 179 43 0.73 0 0.76 0.30 117.79 0.61 0.44
Hex 30 B3 2B 49 0 4C 1E 76 3D 2C
Octal 60 263 53 111 0 114 36 166 75 54
Binary 110000 10110011 101011 1001001 0 1001100 11110 1110110 111101 101100

Color Harmonies of #30B32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B32B

Black with #30B32B

Text Example


Text Example

White with #30B32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,179,43); }

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

background-color css

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

 a { background-color: rgb(48,179,43); }

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

border-color css

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

 span { border-color: rgb(48,179,43); }

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