Html Css Color HEX #2DC714 Lime Green

📋 copy color: '#2DC714'

red 45 ◦ green 199 ◦ blue 20

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

Shades of Lime Green #2DC714

Tints of Lime Green #2DC714

RGB

 RED value IS 45 (17.97% from 255) = 17.05%

 GREEN value IS 199 (78.13% from 255) = 75.38%

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

R = 17.05%
G = 75.38%
B = 7.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#2DC714 (or 0x2DC714) is known color: Lime Green. HEX triplet: 2D, C7 and 14. RGB value is (45,199,20). Sum of RGB (Red+Green+Blue) = 45+199+20=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 199 (78.12% from 255 or 75.38% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC714 is #D238EB. Grayscale: #858585. Windows color (decimal): -13777132 or 1361709. OLE color: 1361709.

HSL color Cylindrical-coordinate representation of color #2DC714: hue angle of 111.62º 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 #2DC714 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 199 20 -
CMYK 0.77 0 0.90 0.22
HSL 111.62º 0.82% 0.43% -
HSV(B) 111.62º 0.9% 0.78% -
XYZ 21.63 41.46 7.52 -
YUV 132.55 64.48 65.55 -
System Red Green Blue C M Y K H S L
Decimal 45 199 20 0.77 0 0.90 0.22 111.62 0.82 0.43
Hex 2D C7 14 4D 0 5A 16 70 52 2B
Octal 55 307 24 115 0 132 26 160 122 53
Binary 101101 11000111 10100 1001101 0 1011010 10110 1110000 1010010 101011

Color Harmonies of #2DC714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC714

Black with #2DC714

Text Example


Text Example

White with #2DC714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DC714; }

 p { color: rgb(45,199,20); }

 H1.HeaderClassName
 {
   color: #2DC714;
 }
 .AnyTagClassName
 {
   color: #2DC714;
 }
</style>

background-color css

<style>
 a { background-color: #2DC714; }

 a { background-color: rgb(45,199,20); }

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

border-color css

<style>
 span { border-color: #2DC714; }

 span { border-color: rgb(45,199,20); }

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