Html Css Color HEX #2CD31D Lime Green

📋 copy color: '#2CD31D'

red 44 ◦ green 211 ◦ blue 29

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

Shades of Lime Green #2CD31D

Tints of Lime Green #2CD31D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 74.3%

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

R = 15.49%
G = 74.3%
B = 10.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#2CD31D (or 0x2CD31D) is known color: Lime Green. HEX triplet: 2C, D3 and 1D. RGB value is (44,211,29). Sum of RGB (Red+Green+Blue) = 44+211+29=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 211 (82.81% from 255 or 74.30% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD31D is #D32CE2. Grayscale: #8C8C8C. Windows color (decimal): -13839587 or 1954604. OLE color: 1954604.

HSL color Cylindrical-coordinate representation of color #2CD31D: hue angle of 115.05º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CD31D is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 44 211 29 -
CMYK 0.79 0 0.86 0.17
HSL 115.05º 0.76% 0.47% -
HSV(B) 115.05º 0.86% 0.83% -
XYZ 24.55 47.21 8.98 -
YUV 140.32 65.17 59.3 -
System Red Green Blue C M Y K H S L
Decimal 44 211 29 0.79 0 0.86 0.17 115.05 0.76 0.47
Hex 2C D3 1D 4F 0 56 11 73 4C 2F
Octal 54 323 35 117 0 126 21 163 114 57
Binary 101100 11010011 11101 1001111 0 1010110 10001 1110011 1001100 101111

Color Harmonies of #2CD31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD31D

Black with #2CD31D

Text Example


Text Example

White with #2CD31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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