Html Css Color HEX #30C820 Lime Green

📋 copy color: '#30C820'

red 48 ◦ green 200 ◦ blue 32

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

Shades of Lime Green #30C820

Tints of Lime Green #30C820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 71.43%

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

R = 17.14%
G = 71.43%
B = 11.43%

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

#30C820 (or 0x30C820) is known color: Lime Green. HEX triplet: 30, C8 and 20. RGB value is (48,200,32). Sum of RGB (Red+Green+Blue) = 48+200+32=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 200 (78.52% from 255 or 71.43% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 200 - color contains mainly: green. Hex color #30C820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C820 is #CF37DF. Grayscale: #878787. Windows color (decimal): -13580256 or 2148400. OLE color: 2148400.

HSL color Cylindrical-coordinate representation of color #30C820: hue angle of 114.29º 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 #30C820 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 200 32 -
CMYK 0.76 0 0.84 0.22
HSL 114.29º 0.72% 0.45% -
HSV(B) 114.29º 0.84% 0.78% -
XYZ 22.13 42.04 8.31 -
YUV 135.4 69.64 65.66 -
System Red Green Blue C M Y K H S L
Decimal 48 200 32 0.76 0 0.84 0.22 114.29 0.72 0.45
Hex 30 C8 20 4C 0 54 16 72 48 2D
Octal 60 310 40 114 0 124 26 162 110 55
Binary 110000 11001000 100000 1001100 0 1010100 10110 1110010 1001000 101101

Color Harmonies of #30C820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C820

Black with #30C820

Text Example


Text Example

White with #30C820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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