Html Css Color HEX #2CBE40 Lime Green

📋 copy color: '#2CBE40'

red 44 ◦ green 190 ◦ blue 64

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

Shades of Lime Green #2CBE40

Tints of Lime Green #2CBE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.76%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 14.77%
G = 63.76%
B = 21.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#2CBE40 (or 0x2CBE40) is known color: Lime Green. HEX triplet: 2C, BE and 40. RGB value is (44,190,64). Sum of RGB (Red+Green+Blue) = 44+190+64=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 190 (74.61% from 255 or 63.76% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBE40 is #D341BF. Grayscale: #848484. Windows color (decimal): -13844928 or 4242988. OLE color: 4242988.

HSL color Cylindrical-coordinate representation of color #2CBE40: hue angle of 128.22º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBE40 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 190 64 -
CMYK 0.77 0 0.66 0.25
HSL 128.22º 0.62% 0.46% -
HSV(B) 128.22º 0.77% 0.75% -
XYZ 20.38 37.73 11.06 -
YUV 131.98 89.63 65.25 -
System Red Green Blue C M Y K H S L
Decimal 44 190 64 0.77 0 0.66 0.25 128.22 0.62 0.46
Hex 2C BE 40 4D 0 42 19 80 3E 2E
Octal 54 276 100 115 0 102 31 200 76 56
Binary 101100 10111110 1000000 1001101 0 1000010 11001 10000000 111110 101110

Color Harmonies of #2CBE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBE40

Black with #2CBE40

Text Example


Text Example

White with #2CBE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,190,64); }

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

background-color css

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

 a { background-color: rgb(44,190,64); }

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

border-color css

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

 span { border-color: rgb(44,190,64); }

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