Html Css Color HEX #2CC41B Lime Green

📋 copy color: '#2CC41B'

red 44 ◦ green 196 ◦ blue 27

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

Shades of Lime Green #2CC41B

Tints of Lime Green #2CC41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 16.48%
G = 73.41%
B = 10.11%

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

#2CC41B (or 0x2CC41B) is known color: Lime Green. HEX triplet: 2C, C4 and 1B. RGB value is (44,196,27). Sum of RGB (Red+Green+Blue) = 44+196+27=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 196 (76.95% from 255 or 73.41% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC41B is #D33BE4. Grayscale: #838383. Windows color (decimal): -13843429 or 1819692. OLE color: 1819692.

HSL color Cylindrical-coordinate representation of color #2CC41B: hue angle of 113.96º degrees, saturation: 0.76, 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 #2CC41B is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 44 196 27 -
CMYK 0.78 0 0.86 0.23
HSL 113.96º 0.76% 0.44% -
HSV(B) 113.96º 0.86% 0.77% -
XYZ 20.98 40.09 7.67 -
YUV 131.29 69.14 65.74 -
System Red Green Blue C M Y K H S L
Decimal 44 196 27 0.78 0 0.86 0.23 113.96 0.76 0.44
Hex 2C C4 1B 4E 0 56 17 72 4C 2C
Octal 54 304 33 116 0 126 27 162 114 54
Binary 101100 11000100 11011 1001110 0 1010110 10111 1110010 1001100 101100

Color Harmonies of #2CC41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC41B

Black with #2CC41B

Text Example


Text Example

White with #2CC41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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