Html Css Color HEX #2CE740 Lime Green

📋 copy color: '#2CE740'

red 44 ◦ green 231 ◦ blue 64

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

Shades of Lime Green #2CE740

Tints of Lime Green #2CE740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 68.14%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 12.98%
G = 68.14%
B = 18.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#2CE740 (or 0x2CE740) is known color: Lime Green. HEX triplet: 2C, E7 and 40. RGB value is (44,231,64). Sum of RGB (Red+Green+Blue) = 44+231+64=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 231 (90.62% from 255 or 68.14% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE740 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE740 is #D318BF. Grayscale: #9C9C9C. Windows color (decimal): -13834432 or 4253484. OLE color: 4253484.

HSL color Cylindrical-coordinate representation of color #2CE740: hue angle of 126.42º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE740 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 44 231 64 -
CMYK 0.81 0 0.72 0.09
HSL 126.42º 0.8% 0.54% -
HSV(B) 126.42º 0.81% 0.91% -
XYZ 30.54 58.06 14.45 -
YUV 156.05 76.05 48.08 -
System Red Green Blue C M Y K H S L
Decimal 44 231 64 0.81 0 0.72 0.09 126.42 0.8 0.54
Hex 2C E7 40 51 0 48 9 7E 50 36
Octal 54 347 100 121 0 110 11 176 120 66
Binary 101100 11100111 1000000 1010001 0 1001000 1001 1111110 1010000 110110

Color Harmonies of #2CE740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE740

Black with #2CE740

Text Example


Text Example

White with #2CE740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,231,64); }

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

background-color css

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

 a { background-color: rgb(44,231,64); }

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

border-color css

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

 span { border-color: rgb(44,231,64); }

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