Html Css Color HEX #2CC41C Lime Green

📋 copy color: '#2CC41C'

red 44 ◦ green 196 ◦ blue 28

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

Shades of Lime Green #2CC41C

Tints of Lime Green #2CC41C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 73.13%

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 16.42%
G = 73.13%
B = 10.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#2CC41C (or 0x2CC41C) is known color: Lime Green. HEX triplet: 2C, C4 and 1C. RGB value is (44,196,28). Sum of RGB (Red+Green+Blue) = 44+196+28=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 196 (76.95% from 255 or 73.13% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC41C is #D33BE3. Grayscale: #838383. Windows color (decimal): -13843428 or 1885228. OLE color: 1885228.

HSL color Cylindrical-coordinate representation of color #2CC41C: hue angle of 114.29º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CC41C is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 44 196 28 -
CMYK 0.78 0 0.86 0.23
HSL 114.29º 0.75% 0.44% -
HSV(B) 114.29º 0.86% 0.77% -
XYZ 20.99 40.1 7.73 -
YUV 131.4 69.64 65.66 -
System Red Green Blue C M Y K H S L
Decimal 44 196 28 0.78 0 0.86 0.23 114.29 0.75 0.44
Hex 2C C4 1C 4E 0 56 17 72 4B 2C
Octal 54 304 34 116 0 126 27 162 113 54
Binary 101100 11000100 11100 1001110 0 1010110 10111 1110010 1001011 101100

Color Harmonies of #2CC41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC41C

Black with #2CC41C

Text Example


Text Example

White with #2CC41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,196,28); }

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

background-color css

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

 a { background-color: rgb(44,196,28); }

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

border-color css

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

 span { border-color: rgb(44,196,28); }

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