Html Css Color HEX #2CCD28 Lime Green

📋 copy color: '#2CCD28'

red 44 ◦ green 205 ◦ blue 40

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

Shades of Lime Green #2CCD28

Tints of Lime Green #2CCD28

RGB

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

 GREEN value IS 205 (80.47% from 255) = 70.93%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 15.22%
G = 70.93%
B = 13.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#2CCD28 (or 0x2CCD28) is known color: Lime Green. HEX triplet: 2C, CD and 28. RGB value is (44,205,40). Sum of RGB (Red+Green+Blue) = 44+205+40=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 205 (80.47% from 255 or 70.93% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCD28 is #D332D7. Grayscale: #8A8A8A. Windows color (decimal): -13841112 or 2673964. OLE color: 2673964.

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

Color convert

RGB 44 205 40 -
CMYK 0.79 0 0.80 0.20
HSL 118.55º 0.67% 0.48% -
HSV(B) 118.55º 0.8% 0.8% -
XYZ 23.25 44.35 9.34 -
YUV 138.05 72.66 60.92 -
System Red Green Blue C M Y K H S L
Decimal 44 205 40 0.79 0 0.80 0.20 118.55 0.67 0.48
Hex 2C CD 28 4F 0 50 14 77 43 30
Octal 54 315 50 117 0 120 24 167 103 60
Binary 101100 11001101 101000 1001111 0 1010000 10100 1110111 1000011 110000

Color Harmonies of #2CCD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCD28

Black with #2CCD28

Text Example


Text Example

White with #2CCD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,205,40); }

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

background-color css

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

 a { background-color: rgb(44,205,40); }

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

border-color css

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

 span { border-color: rgb(44,205,40); }

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