#2CD246

Color #2CD246 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CD246

Tints of Lime Green #2CD246

Color information

#2CD246 (or 0x2CD246) is unknown color: approx Lime Green. HEX triplet: 2C, D2 and 46. RGB value is (44,210,70). Sum of RGB (Red+Green+Blue) = 44+210+70=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 210 (82.42% from 255 or 64.81% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD246 is #D32DB9. Grayscale: #909090. Windows color (decimal): -13839802 or 4641324. OLE color: 4641324.

HSL color Cylindrical-coordinate representation of color #2CD246: hue angle of 129.4º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD246 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB4421070-
CMYK0.7900.670.18
HSL129.4º65.35%49.8%-
HSV(B)129.4º79.05%82.35%-
XYZ25.1947.0713.55-
YUV144.418656.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.58%
GREEN value IS 210 (82.42% from 255) = 64.81%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=13.58%
G=64.81%
B=21.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal44210700.7900.670.18129.465.3549.8
Hex2CD2464F04312814132
Octal5432210611701032220110162
Binary10110011010010100011010011110100001110010100000011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,210,70); }

 H1.HeaderClassName
 {
   color: #2CD246;
 }
 .AnyTagClassName
 {
   color: #2CD246;
 }
</style>
background-color css

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

 a { background-color: rgb(44,210,70); }

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

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

 span { border-color: rgb(44,210,70); }

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