Html Css Color HEX #30C620 Lime Green

📋 copy color: '#30C620'

red 48 ◦ green 198 ◦ blue 32

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

Shades of Lime Green #30C620

Tints of Lime Green #30C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 71.22%

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

R = 17.27%
G = 71.22%
B = 11.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#30C620 (or 0x30C620) is known color: Lime Green. HEX triplet: 30, C6 and 20. RGB value is (48,198,32). Sum of RGB (Red+Green+Blue) = 48+198+32=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 198 (77.73% from 255 or 71.22% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 198 - color contains mainly: green. Hex color #30C620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C620 is #CF39DF. Grayscale: #868686. Windows color (decimal): -13580768 or 2147888. OLE color: 2147888.

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

Color convert

RGB 48 198 32 -
CMYK 0.76 0 0.84 0.22
HSL 114.22º 0.72% 0.45% -
HSV(B) 114.22º 0.84% 0.78% -
XYZ 21.67 41.12 8.16 -
YUV 134.23 70.31 66.5 -
System Red Green Blue C M Y K H S L
Decimal 48 198 32 0.76 0 0.84 0.22 114.22 0.72 0.45
Hex 30 C6 20 4C 0 54 16 72 48 2D
Octal 60 306 40 114 0 124 26 162 110 55
Binary 110000 11000110 100000 1001100 0 1010100 10110 1110010 1001000 101101

Color Harmonies of #30C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C620

Black with #30C620

Text Example


Text Example

White with #30C620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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