Html Css Color HEX #30C220 Lime Green

📋 copy color: '#30C220'

red 48 ◦ green 194 ◦ blue 32

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

Shades of Lime Green #30C220

Tints of Lime Green #30C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 70.8%

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

R = 17.52%
G = 70.8%
B = 11.68%

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

#30C220 (or 0x30C220) is known color: Lime Green. HEX triplet: 30, C2 and 20. RGB value is (48,194,32). Sum of RGB (Red+Green+Blue) = 48+194+32=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 194 (76.17% from 255 or 70.80% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 194 - color contains mainly: green. Hex color #30C220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C220 is #CF3DDF. Grayscale: #848484. Windows color (decimal): -13581792 or 2146864. OLE color: 2146864.

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

Color convert

RGB 48 194 32 -
CMYK 0.75 0 0.84 0.24
HSL 114.07º 0.72% 0.44% -
HSV(B) 114.07º 0.84% 0.76% -
XYZ 20.77 39.32 7.86 -
YUV 131.88 71.63 68.17 -
System Red Green Blue C M Y K H S L
Decimal 48 194 32 0.75 0 0.84 0.24 114.07 0.72 0.44
Hex 30 C2 20 4B 0 54 18 72 48 2C
Octal 60 302 40 113 0 124 30 162 110 54
Binary 110000 11000010 100000 1001011 0 1010100 11000 1110010 1001000 101100

Color Harmonies of #30C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C220

Black with #30C220

Text Example


Text Example

White with #30C220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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