Html Css Color HEX #2CD627 Lime Green

📋 copy color: '#2CD627'

red 44 ◦ green 214 ◦ blue 39

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

Shades of Lime Green #2CD627

Tints of Lime Green #2CD627

RGB

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

 GREEN value IS 214 (83.98% from 255) = 72.05%

 BLUE value IS 39 (15.63% from 255) = 13.13%

R = 14.81%
G = 72.05%
B = 13.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#2CD627 (or 0x2CD627) is known color: Lime Green. HEX triplet: 2C, D6 and 27. RGB value is (44,214,39). Sum of RGB (Red+Green+Blue) = 44+214+39=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 214 (83.98% from 255 or 72.05% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD627 is #D329D8. Grayscale: #8F8F8F. Windows color (decimal): -13838809 or 2610732. OLE color: 2610732.

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

Color convert

RGB 44 214 39 -
CMYK 0.79 0 0.82 0.16
HSL 118.29º 0.69% 0.5% -
HSV(B) 118.29º 0.82% 0.84% -
XYZ 25.45 48.78 9.99 -
YUV 143.22 69.18 57.23 -
System Red Green Blue C M Y K H S L
Decimal 44 214 39 0.79 0 0.82 0.16 118.29 0.69 0.5
Hex 2C D6 27 4F 0 52 10 76 45 32
Octal 54 326 47 117 0 122 20 166 105 62
Binary 101100 11010110 100111 1001111 0 1010010 10000 1110110 1000101 110010

Color Harmonies of #2CD627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD627

Black with #2CD627

Text Example


Text Example

White with #2CD627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,214,39); }

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

background-color css

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

 a { background-color: rgb(44,214,39); }

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

border-color css

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

 span { border-color: rgb(44,214,39); }

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