Html Css Color HEX #2CBC3F Lime Green

📋 copy color: '#2CBC3F'

red 44 ◦ green 188 ◦ blue 63

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

Shades of Lime Green #2CBC3F

Tints of Lime Green #2CBC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.73%

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

R = 14.92%
G = 63.73%
B = 21.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#2CBC3F (or 0x2CBC3F) is known color: Lime Green. HEX triplet: 2C, BC and 3F. RGB value is (44,188,63). Sum of RGB (Red+Green+Blue) = 44+188+63=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBC3F is #D343C0. Grayscale: #838383. Windows color (decimal): -13845441 or 4176940. OLE color: 4176940.

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

Color convert

RGB 44 188 63 -
CMYK 0.77 0 0.66 0.26
HSL 127.92º 0.62% 0.45% -
HSV(B) 127.92º 0.77% 0.74% -
XYZ 19.92 36.86 10.77 -
YUV 130.69 89.79 66.16 -
System Red Green Blue C M Y K H S L
Decimal 44 188 63 0.77 0 0.66 0.26 127.92 0.62 0.45
Hex 2C BC 3F 4D 0 42 1A 80 3E 2D
Octal 54 274 77 115 0 102 32 200 76 55
Binary 101100 10111100 111111 1001101 0 1000010 11010 10000000 111110 101101

Color Harmonies of #2CBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBC3F

Black with #2CBC3F

Text Example


Text Example

White with #2CBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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