Html Css Color HEX #30CA49 Lime Green

📋 copy color: '#30CA49'

red 48 ◦ green 202 ◦ blue 73

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

Shades of Lime Green #30CA49

Tints of Lime Green #30CA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 62.54%

 BLUE value IS 73 (28.91% from 255) = 22.6%

R = 14.86%
G = 62.54%
B = 22.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#30CA49 (or 0x30CA49) is known color: Lime Green. HEX triplet: 30, CA and 49. RGB value is (48,202,73). Sum of RGB (Red+Green+Blue) = 48+202+73=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 202 (79.30% from 255 or 62.54% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CA49 is #CF35B6. Grayscale: #8D8D8D. Windows color (decimal): -13579703 or 4835888. OLE color: 4835888.

HSL color Cylindrical-coordinate representation of color #30CA49: hue angle of 129.74º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CA49 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 202 73 -
CMYK 0.76 0 0.64 0.21
HSL 129.74º 0.62% 0.49% -
HSV(B) 129.74º 0.76% 0.79% -
XYZ 23.54 43.35 13.43 -
YUV 141.25 89.48 61.49 -
System Red Green Blue C M Y K H S L
Decimal 48 202 73 0.76 0 0.64 0.21 129.74 0.62 0.49
Hex 30 CA 49 4C 0 40 15 82 3E 31
Octal 60 312 111 114 0 100 25 202 76 61
Binary 110000 11001010 1001001 1001100 0 1000000 10101 10000010 111110 110001

Color Harmonies of #30CA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CA49

Black with #30CA49

Text Example


Text Example

White with #30CA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,202,73); }

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

background-color css

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

 a { background-color: rgb(48,202,73); }

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

border-color css

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

 span { border-color: rgb(48,202,73); }

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