Html Css Color HEX #30C040 Lime Green

📋 copy color: '#30C040'

red 48 ◦ green 192 ◦ blue 64

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

Shades of Lime Green #30C040

Tints of Lime Green #30C040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.16%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 15.79%
G = 63.16%
B = 21.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#30C040 (or 0x30C040) is known color: Lime Green. HEX triplet: 30, C0 and 40. RGB value is (48,192,64). Sum of RGB (Red+Green+Blue) = 48+192+64=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #30C040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C040 is #CF3FBF. Grayscale: #868686. Windows color (decimal): -13582272 or 4243504. OLE color: 4243504.

HSL color Cylindrical-coordinate representation of color #30C040: hue angle of 126.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C040 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 192 64 -
CMYK 0.75 0 0.67 0.25
HSL 126.67º 0.6% 0.47% -
HSV(B) 126.67º 0.75% 0.75% -
XYZ 20.99 38.7 11.21 -
YUV 134.35 88.29 66.41 -
System Red Green Blue C M Y K H S L
Decimal 48 192 64 0.75 0 0.67 0.25 126.67 0.6 0.47
Hex 30 C0 40 4B 0 43 19 7F 3C 2F
Octal 60 300 100 113 0 103 31 177 74 57
Binary 110000 11000000 1000000 1001011 0 1000011 11001 1111111 111100 101111

Color Harmonies of #30C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C040

Black with #30C040

Text Example


Text Example

White with #30C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,192,64); }

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

background-color css

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

 a { background-color: rgb(48,192,64); }

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

border-color css

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

 span { border-color: rgb(48,192,64); }

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