Html Css Color HEX #2CCD1D Lime Green

📋 copy color: '#2CCD1D'

red 44 ◦ green 205 ◦ blue 29

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

Shades of Lime Green #2CCD1D

Tints of Lime Green #2CCD1D

RGB

 RED value IS 44 (17.58% from 255) = 15.83%

 GREEN value IS 205 (80.47% from 255) = 73.74%

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 15.83%
G = 73.74%
B = 10.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#2CCD1D (or 0x2CCD1D) is known color: Lime Green. HEX triplet: 2C, CD and 1D. RGB value is (44,205,29). Sum of RGB (Red+Green+Blue) = 44+205+29=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCD1D is #D332E2. Grayscale: #898989. Windows color (decimal): -13841123 or 1953068. OLE color: 1953068.

HSL color Cylindrical-coordinate representation of color #2CCD1D: hue angle of 114.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CCD1D is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 205 29 -
CMYK 0.79 0 0.86 0.20
HSL 114.89º 0.75% 0.46% -
HSV(B) 114.89º 0.86% 0.8% -
XYZ 23.09 44.29 8.49 -
YUV 136.8 67.16 61.81 -
System Red Green Blue C M Y K H S L
Decimal 44 205 29 0.79 0 0.86 0.20 114.89 0.75 0.46
Hex 2C CD 1D 4F 0 56 14 73 4B 2E
Octal 54 315 35 117 0 126 24 163 113 56
Binary 101100 11001101 11101 1001111 0 1010110 10100 1110011 1001011 101110

Color Harmonies of #2CCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCD1D

Black with #2CCD1D

Text Example


Text Example

White with #2CCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,205,29); }

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

background-color css

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

 a { background-color: rgb(44,205,29); }

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

border-color css

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

 span { border-color: rgb(44,205,29); }

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