Html Css Color HEX #2CCE3C Lime Green

📋 copy color: '#2CCE3C'

red 44 ◦ green 206 ◦ blue 60

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

Shades of Lime Green #2CCE3C

Tints of Lime Green #2CCE3C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 66.45%

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 14.19%
G = 66.45%
B = 19.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#2CCE3C (or 0x2CCE3C) is known color: Lime Green. HEX triplet: 2C, CE and 3C. RGB value is (44,206,60). Sum of RGB (Red+Green+Blue) = 44+206+60=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 206 (80.86% from 255 or 66.45% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCE3C is #D331C3. Grayscale: #8D8D8D. Windows color (decimal): -13840836 or 3984940. OLE color: 3984940.

HSL color Cylindrical-coordinate representation of color #2CCE3C: hue angle of 125.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCE3C is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 206 60 -
CMYK 0.79 0 0.71 0.19
HSL 125.93º 0.65% 0.49% -
HSV(B) 125.93º 0.79% 0.81% -
XYZ 23.93 45 11.7 -
YUV 140.92 82.33 58.87 -
System Red Green Blue C M Y K H S L
Decimal 44 206 60 0.79 0 0.71 0.19 125.93 0.65 0.49
Hex 2C CE 3C 4F 0 47 13 7E 41 31
Octal 54 316 74 117 0 107 23 176 101 61
Binary 101100 11001110 111100 1001111 0 1000111 10011 1111110 1000001 110001

Color Harmonies of #2CCE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCE3C

Black with #2CCE3C

Text Example


Text Example

White with #2CCE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,206,60); }

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

background-color css

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

 a { background-color: rgb(44,206,60); }

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

border-color css

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

 span { border-color: rgb(44,206,60); }

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