Html Css Color HEX #2CE245 Lime Green

📋 copy color: '#2CE245'

red 44 ◦ green 226 ◦ blue 69

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

Shades of Lime Green #2CE245

Tints of Lime Green #2CE245

RGB

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

 GREEN value IS 226 (88.67% from 255) = 66.67%

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 12.98%
G = 66.67%
B = 20.35%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#2CE245 (or 0x2CE245) is known color: Lime Green. HEX triplet: 2C, E2 and 45. RGB value is (44,226,69). Sum of RGB (Red+Green+Blue) = 44+226+69=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 226 (88.67% from 255 or 66.67% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE245 is #D31DBA. Grayscale: #9A9A9A. Windows color (decimal): -13835707 or 4579884. OLE color: 4579884.

HSL color Cylindrical-coordinate representation of color #2CE245: hue angle of 128.24º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE245 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 44 226 69 -
CMYK 0.81 0 0.69 0.11
HSL 128.24º 0.76% 0.53% -
HSV(B) 128.24º 0.81% 0.89% -
XYZ 29.31 55.36 14.77 -
YUV 153.68 80.2 49.77 -
System Red Green Blue C M Y K H S L
Decimal 44 226 69 0.81 0 0.69 0.11 128.24 0.76 0.53
Hex 2C E2 45 51 0 45 B 80 4C 35
Octal 54 342 105 121 0 105 13 200 114 65
Binary 101100 11100010 1000101 1010001 0 1000101 1011 10000000 1001100 110101

Color Harmonies of #2CE245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE245

Black with #2CE245

Text Example


Text Example

White with #2CE245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,226,69); }

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

background-color css

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

 a { background-color: rgb(44,226,69); }

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

border-color css

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

 span { border-color: rgb(44,226,69); }

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