Html Css Color HEX #2DC83C Lime Green

📋 copy color: '#2DC83C'

red 45 ◦ green 200 ◦ blue 60

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

Shades of Lime Green #2DC83C

Tints of Lime Green #2DC83C

RGB

 RED value IS 45 (17.97% from 255) = 14.75%

 GREEN value IS 200 (78.52% from 255) = 65.57%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 14.75%
G = 65.57%
B = 19.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#2DC83C (or 0x2DC83C) is known color: Lime Green. HEX triplet: 2D, C8 and 3C. RGB value is (45,200,60). Sum of RGB (Red+Green+Blue) = 45+200+60=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 200 (78.52% from 255 or 65.57% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC83C is #D237C3. Grayscale: #8A8A8A. Windows color (decimal): -13776836 or 3983405. OLE color: 3983405.

HSL color Cylindrical-coordinate representation of color #2DC83C: hue angle of 125.81º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC83C is Cyan = 0.78, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 200 60 -
CMYK 0.78 0 0.7 0.22
HSL 125.81º 0.63% 0.48% -
HSV(B) 125.81º 0.78% 0.78% -
XYZ 22.55 42.19 11.23 -
YUV 137.7 84.15 61.88 -
System Red Green Blue C M Y K H S L
Decimal 45 200 60 0.78 0 0.7 0.22 125.81 0.63 0.48
Hex 2D C8 3C 4E 0 46 16 7E 3F 30
Octal 55 310 74 116 0 106 26 176 77 60
Binary 101101 11001000 111100 1001110 0 1000110 10110 1111110 111111 110000

Color Harmonies of #2DC83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC83C

Black with #2DC83C

Text Example


Text Example

White with #2DC83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,200,60); }

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

background-color css

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

 a { background-color: rgb(45,200,60); }

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

border-color css

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

 span { border-color: rgb(45,200,60); }

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