Html Css Color HEX #30C320 Lime Green

📋 copy color: '#30C320'

red 48 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #30C320

Tints of Lime Green #30C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.91%

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 17.45%
G = 70.91%
B = 11.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#30C320 (or 0x30C320) is known color: Lime Green. HEX triplet: 30, C3 and 20. RGB value is (48,195,32). Sum of RGB (Red+Green+Blue) = 48+195+32=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 195 (76.56% from 255 or 70.91% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 195 - color contains mainly: green. Hex color #30C320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C320 is #CF3CDF. Grayscale: #848484. Windows color (decimal): -13581536 or 2147120. OLE color: 2147120.

HSL color Cylindrical-coordinate representation of color #30C320: hue angle of 114.11º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30C320 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 195 32 -
CMYK 0.75 0 0.84 0.24
HSL 114.11º 0.72% 0.45% -
HSV(B) 114.11º 0.84% 0.76% -
XYZ 20.99 39.76 7.93 -
YUV 132.47 71.3 67.75 -
System Red Green Blue C M Y K H S L
Decimal 48 195 32 0.75 0 0.84 0.24 114.11 0.72 0.45
Hex 30 C3 20 4B 0 54 18 72 48 2D
Octal 60 303 40 113 0 124 30 162 110 55
Binary 110000 11000011 100000 1001011 0 1010100 11000 1110010 1001000 101101

Color Harmonies of #30C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C320

Black with #30C320

Text Example


Text Example

White with #30C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,195,32); }

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

background-color css

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

 a { background-color: rgb(48,195,32); }

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

border-color css

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

 span { border-color: rgb(48,195,32); }

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