Html Css Color HEX #30C814 Lime Green

📋 copy color: '#30C814'

red 48 ◦ green 200 ◦ blue 20

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

Shades of Lime Green #30C814

Tints of Lime Green #30C814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 17.91%
G = 74.63%
B = 7.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#30C814 (or 0x30C814) is known color: Lime Green. HEX triplet: 30, C8 and 14. RGB value is (48,200,20). Sum of RGB (Red+Green+Blue) = 48+200+20=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 200 (78.52% from 255 or 74.63% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 200 - color contains mainly: green. Hex color #30C814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C814 is #CF37EB. Grayscale: #868686. Windows color (decimal): -13580268 or 1361968. OLE color: 1361968.

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

Color convert

RGB 48 200 20 -
CMYK 0.76 0 0.9 0.22
HSL 110.67º 0.82% 0.43% -
HSV(B) 110.67º 0.9% 0.78% -
XYZ 22 41.99 7.61 -
YUV 134.03 63.64 66.64 -
System Red Green Blue C M Y K H S L
Decimal 48 200 20 0.76 0 0.9 0.22 110.67 0.82 0.43
Hex 30 C8 14 4C 0 5A 16 6F 52 2B
Octal 60 310 24 114 0 132 26 157 122 53
Binary 110000 11001000 10100 1001100 0 1011010 10110 1101111 1010010 101011

Color Harmonies of #30C814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C814

Black with #30C814

Text Example


Text Example

White with #30C814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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