Html Css Color HEX #2CC23F Lime Green

📋 copy color: '#2CC23F'

red 44 ◦ green 194 ◦ blue 63

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

Shades of Lime Green #2CC23F

Tints of Lime Green #2CC23F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.45%

 BLUE value IS 63 (25% from 255) = 20.93%

R = 14.62%
G = 64.45%
B = 20.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#2CC23F (or 0x2CC23F) is known color: Lime Green. HEX triplet: 2C, C2 and 3F. RGB value is (44,194,63). Sum of RGB (Red+Green+Blue) = 44+194+63=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC23F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC23F is #D33DC0. Grayscale: #868686. Windows color (decimal): -13843905 or 4178476. OLE color: 4178476.

HSL color Cylindrical-coordinate representation of color #2CC23F: hue angle of 127.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC23F is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 194 63 -
CMYK 0.77 0 0.68 0.24
HSL 127.6º 0.63% 0.47% -
HSV(B) 127.6º 0.77% 0.76% -
XYZ 21.23 39.48 11.2 -
YUV 134.22 87.81 63.65 -
System Red Green Blue C M Y K H S L
Decimal 44 194 63 0.77 0 0.68 0.24 127.6 0.63 0.47
Hex 2C C2 3F 4D 0 44 18 80 3F 2F
Octal 54 302 77 115 0 104 30 200 77 57
Binary 101100 11000010 111111 1001101 0 1000100 11000 10000000 111111 101111

Color Harmonies of #2CC23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC23F

Black with #2CC23F

Text Example


Text Example

White with #2CC23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,194,63); }

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

background-color css

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

 a { background-color: rgb(44,194,63); }

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

border-color css

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

 span { border-color: rgb(44,194,63); }

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