Html Css Color HEX #2CE023 Lime Green

📋 copy color: '#2CE023'

red 44 ◦ green 224 ◦ blue 35

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

Shades of Lime Green #2CE023

Tints of Lime Green #2CE023

RGB

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

 GREEN value IS 224 (87.89% from 255) = 73.93%

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 14.52%
G = 73.93%
B = 11.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#2CE023 (or 0x2CE023) is known color: Lime Green. HEX triplet: 2C, E0 and 23. RGB value is (44,224,35). Sum of RGB (Red+Green+Blue) = 44+224+35=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 224 (87.89% from 255 or 73.93% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE023 is #D31FDC. Grayscale: #959595. Windows color (decimal): -13836253 or 2351148. OLE color: 2351148.

HSL color Cylindrical-coordinate representation of color #2CE023: hue angle of 117.14º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CE023 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 224 35 -
CMYK 0.80 0 0.84 0.12
HSL 117.14º 0.75% 0.51% -
HSV(B) 117.14º 0.84% 0.88% -
XYZ 28 53.97 10.53 -
YUV 148.63 63.87 53.37 -
System Red Green Blue C M Y K H S L
Decimal 44 224 35 0.80 0 0.84 0.12 117.14 0.75 0.51
Hex 2C E0 23 50 0 54 C 75 4B 33
Octal 54 340 43 120 0 124 14 165 113 63
Binary 101100 11100000 100011 1010000 0 1010100 1100 1110101 1001011 110011

Color Harmonies of #2CE023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE023

Black with #2CE023

Text Example


Text Example

White with #2CE023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,224,35); }

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

background-color css

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

 a { background-color: rgb(44,224,35); }

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

border-color css

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

 span { border-color: rgb(44,224,35); }

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