Html Css Color HEX #30CA13 Lime Green

📋 copy color: '#30CA13'

red 48 ◦ green 202 ◦ blue 19

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

Shades of Lime Green #30CA13

Tints of Lime Green #30CA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 17.84%
G = 75.09%
B = 7.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#30CA13 (or 0x30CA13) is known color: Lime Green. HEX triplet: 30, CA and 13. RGB value is (48,202,19). Sum of RGB (Red+Green+Blue) = 48+202+19=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 202 (79.30% from 255 or 75.09% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CA13 is #CF35EC. Grayscale: #878787. Windows color (decimal): -13579757 or 1296944. OLE color: 1296944.

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

Color convert

RGB 48 202 19 -
CMYK 0.76 0 0.91 0.21
HSL 110.49º 0.83% 0.43% -
HSV(B) 110.49º 0.91% 0.79% -
XYZ 22.46 42.92 7.72 -
YUV 135.09 62.48 65.88 -
System Red Green Blue C M Y K H S L
Decimal 48 202 19 0.76 0 0.91 0.21 110.49 0.83 0.43
Hex 30 CA 13 4C 0 5B 15 6E 53 2B
Octal 60 312 23 114 0 133 25 156 123 53
Binary 110000 11001010 10011 1001100 0 1011011 10101 1101110 1010011 101011

Color Harmonies of #30CA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CA13

Black with #30CA13

Text Example


Text Example

White with #30CA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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