Html Css Color HEX #30C148 Lime Green

📋 copy color: '#30C148'

red 48 ◦ green 193 ◦ blue 72

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

Shades of Lime Green #30C148

Tints of Lime Green #30C148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.66%

 BLUE value IS 72 (28.52% from 255) = 23%

R = 15.34%
G = 61.66%
B = 23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#30C148 (or 0x30C148) is known color: Lime Green. HEX triplet: 30, C1 and 48. RGB value is (48,193,72). Sum of RGB (Red+Green+Blue) = 48+193+72=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #30C148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C148 is #CF3EB7. Grayscale: #888888. Windows color (decimal): -13582008 or 4768048. OLE color: 4768048.

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

Color convert

RGB 48 193 72 -
CMYK 0.75 0 0.63 0.24
HSL 129.93º 0.6% 0.47% -
HSV(B) 129.93º 0.75% 0.76% -
XYZ 21.46 39.24 12.57 -
YUV 135.85 91.96 65.34 -
System Red Green Blue C M Y K H S L
Decimal 48 193 72 0.75 0 0.63 0.24 129.93 0.6 0.47
Hex 30 C1 48 4B 0 3F 18 82 3C 2F
Octal 60 301 110 113 0 77 30 202 74 57
Binary 110000 11000001 1001000 1001011 0 111111 11000 10000010 111100 101111

Color Harmonies of #30C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C148

Black with #30C148

Text Example


Text Example

White with #30C148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,193,72); }

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

background-color css

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

 a { background-color: rgb(48,193,72); }

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

border-color css

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

 span { border-color: rgb(48,193,72); }

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