Html Css Color HEX #30C915 Lime Green

📋 copy color: '#30C915'

red 48 ◦ green 201 ◦ blue 21

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

Shades of Lime Green #30C915

Tints of Lime Green #30C915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 74.44%

 BLUE value IS 21 (8.59% from 255) = 7.78%

R = 17.78%
G = 74.44%
B = 7.78%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#30C915 (or 0x30C915) is known color: Lime Green. HEX triplet: 30, C9 and 15. RGB value is (48,201,21). Sum of RGB (Red+Green+Blue) = 48+201+21=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 201 (78.91% from 255 or 74.44% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 201 - color contains mainly: green. Hex color #30C915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C915 is #CF36EA. Grayscale: #878787. Windows color (decimal): -13580011 or 1427760. OLE color: 1427760.

HSL color Cylindrical-coordinate representation of color #30C915: hue angle of 111º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30C915 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 201 21 -
CMYK 0.76 0 0.90 0.21
HSL 111º 0.81% 0.44% -
HSV(B) 111º 0.9% 0.79% -
XYZ 22.24 42.46 7.73 -
YUV 134.73 63.81 66.14 -
System Red Green Blue C M Y K H S L
Decimal 48 201 21 0.76 0 0.90 0.21 111 0.81 0.44
Hex 30 C9 15 4C 0 5A 15 6F 51 2C
Octal 60 311 25 114 0 132 25 157 121 54
Binary 110000 11001001 10101 1001100 0 1011010 10101 1101111 1010001 101100

Color Harmonies of #30C915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C915

Black with #30C915

Text Example


Text Example

White with #30C915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,201,21); }

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

background-color css

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

 a { background-color: rgb(48,201,21); }

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

border-color css

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

 span { border-color: rgb(48,201,21); }

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