Html Css Color HEX #2CCE29 Lime Green

📋 copy color: '#2CCE29'

red 44 ◦ green 206 ◦ blue 41

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

Shades of Lime Green #2CCE29

Tints of Lime Green #2CCE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.09%

R = 15.12%
G = 70.79%
B = 14.09%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#2CCE29 (or 0x2CCE29) is known color: Lime Green. HEX triplet: 2C, CE and 29. RGB value is (44,206,41). Sum of RGB (Red+Green+Blue) = 44+206+41=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 206 (80.86% from 255 or 70.79% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCE29 is #D331D6. Grayscale: #8B8B8B. Windows color (decimal): -13840855 or 2739756. OLE color: 2739756.

HSL color Cylindrical-coordinate representation of color #2CCE29: hue angle of 118.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CCE29 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 206 41 -
CMYK 0.79 0 0.80 0.19
HSL 118.91º 0.67% 0.48% -
HSV(B) 118.91º 0.8% 0.81% -
XYZ 23.51 44.84 9.51 -
YUV 138.75 72.83 60.42 -
System Red Green Blue C M Y K H S L
Decimal 44 206 41 0.79 0 0.80 0.19 118.91 0.67 0.48
Hex 2C CE 29 4F 0 50 13 77 43 30
Octal 54 316 51 117 0 120 23 167 103 60
Binary 101100 11001110 101001 1001111 0 1010000 10011 1110111 1000011 110000

Color Harmonies of #2CCE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCE29

Black with #2CCE29

Text Example


Text Example

White with #2CCE29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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