Html Css Color HEX #30CC13 Lime Green

📋 copy color: '#30CC13'

red 48 ◦ green 204 ◦ blue 19

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

Shades of Lime Green #30CC13

Tints of Lime Green #30CC13

RGB

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

 GREEN value IS 204 (80.08% from 255) = 75.28%

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

R = 17.71%
G = 75.28%
B = 7.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#30CC13 (or 0x30CC13) is known color: Lime Green. HEX triplet: 30, CC and 13. RGB value is (48,204,19). Sum of RGB (Red+Green+Blue) = 48+204+19=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CC13 is #CF33EC. Grayscale: #888888. Windows color (decimal): -13579245 or 1297456. OLE color: 1297456.

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

Color convert

RGB 48 204 19 -
CMYK 0.76 0 0.91 0.2
HSL 110.59º 0.83% 0.44% -
HSV(B) 110.59º 0.91% 0.8% -
XYZ 22.93 43.86 7.87 -
YUV 136.27 61.82 65.04 -
System Red Green Blue C M Y K H S L
Decimal 48 204 19 0.76 0 0.91 0.2 110.59 0.83 0.44
Hex 30 CC 13 4C 0 5B 14 6F 53 2C
Octal 60 314 23 114 0 133 24 157 123 54
Binary 110000 11001100 10011 1001100 0 1011011 10100 1101111 1010011 101100

Color Harmonies of #30CC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CC13

Black with #30CC13

Text Example


Text Example

White with #30CC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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