Html Css Color HEX #2CCE3A Lime Green

📋 copy color: '#2CCE3A'

red 44 ◦ green 206 ◦ blue 58

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

Shades of Lime Green #2CCE3A

Tints of Lime Green #2CCE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.83%

R = 14.29%
G = 66.88%
B = 18.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#2CCE3A (or 0x2CCE3A) is known color: Lime Green. HEX triplet: 2C, CE and 3A. RGB value is (44,206,58). Sum of RGB (Red+Green+Blue) = 44+206+58=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 206 (80.86% from 255 or 66.88% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCE3A is #D331C5. Grayscale: #8D8D8D. Windows color (decimal): -13840838 or 3853868. OLE color: 3853868.

HSL color Cylindrical-coordinate representation of color #2CCE3A: hue angle of 125.19º 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 #2CCE3A is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 206 58 -
CMYK 0.79 0 0.72 0.19
HSL 125.19º 0.65% 0.49% -
HSV(B) 125.19º 0.79% 0.81% -
XYZ 23.87 44.98 11.43 -
YUV 140.69 81.33 59.03 -
System Red Green Blue C M Y K H S L
Decimal 44 206 58 0.79 0 0.72 0.19 125.19 0.65 0.49
Hex 2C CE 3A 4F 0 48 13 7D 41 31
Octal 54 316 72 117 0 110 23 175 101 61
Binary 101100 11001110 111010 1001111 0 1001000 10011 1111101 1000001 110001

Color Harmonies of #2CCE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCE3A

Black with #2CCE3A

Text Example


Text Example

White with #2CCE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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