Html Css Color HEX #2CEC41 Lime Green

📋 copy color: '#2CEC41'

red 44 ◦ green 236 ◦ blue 65

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

Shades of Lime Green #2CEC41

Tints of Lime Green #2CEC41

RGB

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

 GREEN value IS 236 (92.58% from 255) = 68.41%

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 12.75%
G = 68.41%
B = 18.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#2CEC41 (or 0x2CEC41) is known color: Lime Green. HEX triplet: 2C, EC and 41. RGB value is (44,236,65). Sum of RGB (Red+Green+Blue) = 44+236+65=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 236 (92.58% from 255 or 68.41% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEC41 is #D313BE. Grayscale: #9F9F9F. Windows color (decimal): -13833151 or 4320300. OLE color: 4320300.

HSL color Cylindrical-coordinate representation of color #2CEC41: hue angle of 126.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEC41 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 236 65 -
CMYK 0.81 0 0.72 0.07
HSL 126.56º 0.83% 0.55% -
HSV(B) 126.56º 0.81% 0.93% -
XYZ 31.99 60.91 15.07 -
YUV 159.1 74.89 45.9 -
System Red Green Blue C M Y K H S L
Decimal 44 236 65 0.81 0 0.72 0.07 126.56 0.83 0.55
Hex 2C EC 41 51 0 48 7 7F 53 37
Octal 54 354 101 121 0 110 7 177 123 67
Binary 101100 11101100 1000001 1010001 0 1001000 111 1111111 1010011 110111

Color Harmonies of #2CEC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEC41

Black with #2CEC41

Text Example


Text Example

White with #2CEC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,236,65); }

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

background-color css

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

 a { background-color: rgb(44,236,65); }

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

border-color css

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

 span { border-color: rgb(44,236,65); }

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