Html Css Color HEX #30CE14 Lime Green

📋 copy color: '#30CE14'

red 48 ◦ green 206 ◦ blue 20

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

Shades of Lime Green #30CE14

Tints of Lime Green #30CE14

RGB

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

 GREEN value IS 206 (80.86% from 255) = 75.18%

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

R = 17.52%
G = 75.18%
B = 7.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#30CE14 (or 0x30CE14) is known color: Lime Green. HEX triplet: 30, CE and 14. RGB value is (48,206,20). Sum of RGB (Red+Green+Blue) = 48+206+20=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 206 (80.86% from 255 or 75.18% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CE14 is #CF31EB. Grayscale: #8A8A8A. Windows color (decimal): -13578732 or 1363504. OLE color: 1363504.

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

Color convert

RGB 48 206 20 -
CMYK 0.77 0 0.90 0.19
HSL 110.97º 0.82% 0.44% -
HSV(B) 110.97º 0.9% 0.81% -
XYZ 23.42 44.82 8.08 -
YUV 137.55 61.65 64.12 -
System Red Green Blue C M Y K H S L
Decimal 48 206 20 0.77 0 0.90 0.19 110.97 0.82 0.44
Hex 30 CE 14 4D 0 5A 13 6F 52 2C
Octal 60 316 24 115 0 132 23 157 122 54
Binary 110000 11001110 10100 1001101 0 1011010 10011 1101111 1010010 101100

Color Harmonies of #30CE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE14

Black with #30CE14

Text Example


Text Example

White with #30CE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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