Html Css Color HEX #2CD345 Lime Green

📋 copy color: '#2CD345'

red 44 ◦ green 211 ◦ blue 69

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

Shades of Lime Green #2CD345

Tints of Lime Green #2CD345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.3%

R = 13.58%
G = 65.12%
B = 21.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#2CD345 (or 0x2CD345) is known color: Lime Green. HEX triplet: 2C, D3 and 45. RGB value is (44,211,69). Sum of RGB (Red+Green+Blue) = 44+211+69=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 211 (82.81% from 255 or 65.12% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD345 is #D32CBA. Grayscale: #919191. Windows color (decimal): -13839547 or 4576044. OLE color: 4576044.

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

Color convert

RGB 44 211 69 -
CMYK 0.79 0 0.67 0.17
HSL 128.98º 0.65% 0.5% -
HSV(B) 128.98º 0.79% 0.83% -
XYZ 25.41 47.55 13.47 -
YUV 144.88 85.17 56.05 -
System Red Green Blue C M Y K H S L
Decimal 44 211 69 0.79 0 0.67 0.17 128.98 0.65 0.5
Hex 2C D3 45 4F 0 43 11 81 41 32
Octal 54 323 105 117 0 103 21 201 101 62
Binary 101100 11010011 1000101 1001111 0 1000011 10001 10000001 1000001 110010

Color Harmonies of #2CD345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD345

Black with #2CD345

Text Example


Text Example

White with #2CD345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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