Html Css Color HEX #30C740 Lime Green

📋 copy color: '#30C740'

red 48 ◦ green 199 ◦ blue 64

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

Shades of Lime Green #30C740

Tints of Lime Green #30C740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 63.99%

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

R = 15.43%
G = 63.99%
B = 20.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#30C740 (or 0x30C740) is known color: Lime Green. HEX triplet: 30, C7 and 40. RGB value is (48,199,64). Sum of RGB (Red+Green+Blue) = 48+199+64=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 199 (78.12% from 255 or 63.99% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 199 - color contains mainly: green. Hex color #30C740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C740 is #CF38BF. Grayscale: #8A8A8A. Windows color (decimal): -13580480 or 4245296. OLE color: 4245296.

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

Color convert

RGB 48 199 64 -
CMYK 0.76 0 0.68 0.22
HSL 126.36º 0.61% 0.48% -
HSV(B) 126.36º 0.76% 0.78% -
XYZ 22.57 41.85 11.74 -
YUV 138.46 85.97 63.48 -
System Red Green Blue C M Y K H S L
Decimal 48 199 64 0.76 0 0.68 0.22 126.36 0.61 0.48
Hex 30 C7 40 4C 0 44 16 7E 3D 30
Octal 60 307 100 114 0 104 26 176 75 60
Binary 110000 11000111 1000000 1001100 0 1000100 10110 1111110 111101 110000

Color Harmonies of #30C740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C740

Black with #30C740

Text Example


Text Example

White with #30C740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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