Html Css Color HEX #2CD321 Lime Green

📋 copy color: '#2CD321'

red 44 ◦ green 211 ◦ blue 33

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

Shades of Lime Green #2CD321

Tints of Lime Green #2CD321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.46%

R = 15.28%
G = 73.26%
B = 11.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#2CD321 (or 0x2CD321) is known color: Lime Green. HEX triplet: 2C, D3 and 21. RGB value is (44,211,33). Sum of RGB (Red+Green+Blue) = 44+211+33=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 211 (82.81% from 255 or 73.26% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD321 is #D32CDE. Grayscale: #8D8D8D. Windows color (decimal): -13839583 or 2216748. OLE color: 2216748.

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

Color convert

RGB 44 211 33 -
CMYK 0.79 0 0.84 0.17
HSL 116.29º 0.73% 0.48% -
HSV(B) 116.29º 0.84% 0.83% -
XYZ 24.61 47.23 9.26 -
YUV 140.78 67.17 58.97 -
System Red Green Blue C M Y K H S L
Decimal 44 211 33 0.79 0 0.84 0.17 116.29 0.73 0.48
Hex 2C D3 21 4F 0 54 11 74 49 30
Octal 54 323 41 117 0 124 21 164 111 60
Binary 101100 11010011 100001 1001111 0 1010100 10001 1110100 1001001 110000

Color Harmonies of #2CD321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD321

Black with #2CD321

Text Example


Text Example

White with #2CD321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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