Html Css Color HEX #2CD838 Lime Green

📋 copy color: '#2CD838'

red 44 ◦ green 216 ◦ blue 56

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

Shades of Lime Green #2CD838

Tints of Lime Green #2CD838

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.35%

 BLUE value IS 56 (22.27% from 255) = 17.72%

R = 13.92%
G = 68.35%
B = 17.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#2CD838 (or 0x2CD838) is known color: Lime Green. HEX triplet: 2C, D8 and 38. RGB value is (44,216,56). Sum of RGB (Red+Green+Blue) = 44+216+56=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD838 is #D327C7. Grayscale: #929292. Windows color (decimal): -13838280 or 3725356. OLE color: 3725356.

HSL color Cylindrical-coordinate representation of color #2CD838: hue angle of 124.19º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD838 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 216 56 -
CMYK 0.80 0 0.74 0.15
HSL 124.19º 0.69% 0.51% -
HSV(B) 124.19º 0.8% 0.85% -
XYZ 26.31 49.93 11.99 -
YUV 146.33 77.02 55.01 -
System Red Green Blue C M Y K H S L
Decimal 44 216 56 0.80 0 0.74 0.15 124.19 0.69 0.51
Hex 2C D8 38 50 0 4A F 7C 45 33
Octal 54 330 70 120 0 112 17 174 105 63
Binary 101100 11011000 111000 1010000 0 1001010 1111 1111100 1000101 110011

Color Harmonies of #2CD838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD838

Black with #2CD838

Text Example


Text Example

White with #2CD838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,216,56); }

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

background-color css

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

 a { background-color: rgb(44,216,56); }

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

border-color css

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

 span { border-color: rgb(44,216,56); }

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