Html Css Color HEX #30CA4D Lime Green

📋 copy color: '#30CA4D'

red 48 ◦ green 202 ◦ blue 77

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

Shades of Lime Green #30CA4D

Tints of Lime Green #30CA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 14.68%
G = 61.77%
B = 23.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#30CA4D (or 0x30CA4D) is known color: Lime Green. HEX triplet: 30, CA and 4D. RGB value is (48,202,77). Sum of RGB (Red+Green+Blue) = 48+202+77=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 202 (79.30% from 255 or 61.77% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CA4D is #CF35B2. Grayscale: #8E8E8E. Windows color (decimal): -13579699 or 5098032. OLE color: 5098032.

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

Color convert

RGB 48 202 77 -
CMYK 0.76 0 0.62 0.21
HSL 131.3º 0.62% 0.49% -
HSV(B) 131.3º 0.76% 0.79% -
XYZ 23.68 43.41 14.15 -
YUV 141.7 91.48 61.16 -
System Red Green Blue C M Y K H S L
Decimal 48 202 77 0.76 0 0.62 0.21 131.3 0.62 0.49
Hex 30 CA 4D 4C 0 3E 15 83 3E 31
Octal 60 312 115 114 0 76 25 203 76 61
Binary 110000 11001010 1001101 1001100 0 111110 10101 10000011 111110 110001

Color Harmonies of #30CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CA4D

Black with #30CA4D

Text Example


Text Example

White with #30CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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