Html Css Color HEX #2CD63D Lime Green

📋 copy color: '#2CD63D'

red 44 ◦ green 214 ◦ blue 61

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

Shades of Lime Green #2CD63D

Tints of Lime Green #2CD63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 13.79%
G = 67.08%
B = 19.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#2CD63D (or 0x2CD63D) is known color: Lime Green. HEX triplet: 2C, D6 and 3D. RGB value is (44,214,61). Sum of RGB (Red+Green+Blue) = 44+214+61=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD63D is #D329C2. Grayscale: #929292. Windows color (decimal): -13838787 or 4052524. OLE color: 4052524.

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

Color convert

RGB 44 214 61 -
CMYK 0.79 0 0.71 0.16
HSL 126º 0.67% 0.51% -
HSV(B) 126º 0.79% 0.84% -
XYZ 25.93 48.97 12.5 -
YUV 145.73 80.18 55.44 -
System Red Green Blue C M Y K H S L
Decimal 44 214 61 0.79 0 0.71 0.16 126 0.67 0.51
Hex 2C D6 3D 4F 0 47 10 7E 43 33
Octal 54 326 75 117 0 107 20 176 103 63
Binary 101100 11010110 111101 1001111 0 1000111 10000 1111110 1000011 110011

Color Harmonies of #2CD63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD63D

Black with #2CD63D

Text Example


Text Example

White with #2CD63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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