Html Css Color HEX #2DCE4B Lime Green

📋 copy color: '#2DCE4B'

red 45 ◦ green 206 ◦ blue 75

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

Shades of Lime Green #2DCE4B

Tints of Lime Green #2DCE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63.19%

 BLUE value IS 75 (29.69% from 255) = 23.01%

R = 13.8%
G = 63.19%
B = 23.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#2DCE4B (or 0x2DCE4B) is known color: Lime Green. HEX triplet: 2D, CE and 4B. RGB value is (45,206,75). Sum of RGB (Red+Green+Blue) = 45+206+75=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE4B is #D231B4. Grayscale: #8F8F8F. Windows color (decimal): -13775285 or 4967981. OLE color: 4967981.

HSL color Cylindrical-coordinate representation of color #2DCE4B: hue angle of 131.18º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCE4B is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 206 75 -
CMYK 0.78 0 0.64 0.19
HSL 131.18º 0.64% 0.49% -
HSV(B) 131.18º 0.78% 0.81% -
XYZ 24.42 45.21 14.1 -
YUV 142.93 89.66 58.15 -
System Red Green Blue C M Y K H S L
Decimal 45 206 75 0.78 0 0.64 0.19 131.18 0.64 0.49
Hex 2D CE 4B 4E 0 40 13 83 40 31
Octal 55 316 113 116 0 100 23 203 100 61
Binary 101101 11001110 1001011 1001110 0 1000000 10011 10000011 1000000 110001

Color Harmonies of #2DCE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE4B

Black with #2DCE4B

Text Example


Text Example

White with #2DCE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,206,75); }

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

background-color css

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

 a { background-color: rgb(45,206,75); }

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

border-color css

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

 span { border-color: rgb(45,206,75); }

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