Html Css Color HEX #30C816 Lime Green

📋 copy color: '#30C816'

red 48 ◦ green 200 ◦ blue 22

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

Shades of Lime Green #30C816

Tints of Lime Green #30C816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 74.07%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 17.78%
G = 74.07%
B = 8.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#30C816 (or 0x30C816) is known color: Lime Green. HEX triplet: 30, C8 and 16. RGB value is (48,200,22). Sum of RGB (Red+Green+Blue) = 48+200+22=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 200 (78.52% from 255 or 74.07% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 200 - color contains mainly: green. Hex color #30C816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C816 is #CF37E9. Grayscale: #868686. Windows color (decimal): -13580266 or 1493040. OLE color: 1493040.

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

Color convert

RGB 48 200 22 -
CMYK 0.76 0 0.89 0.22
HSL 111.24º 0.8% 0.44% -
HSV(B) 111.24º 0.89% 0.78% -
XYZ 22.02 41.99 7.7 -
YUV 134.26 64.64 66.47 -
System Red Green Blue C M Y K H S L
Decimal 48 200 22 0.76 0 0.89 0.22 111.24 0.8 0.44
Hex 30 C8 16 4C 0 59 16 6F 50 2C
Octal 60 310 26 114 0 131 26 157 120 54
Binary 110000 11001000 10110 1001100 0 1011001 10110 1101111 1010000 101100

Color Harmonies of #30C816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C816

Black with #30C816

Text Example


Text Example

White with #30C816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,200,22); }

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

background-color css

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

 a { background-color: rgb(48,200,22); }

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

border-color css

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

 span { border-color: rgb(48,200,22); }

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