Html Css Color HEX #2DCE1F Lime Green

📋 copy color: '#2DCE1F'

red 45 ◦ green 206 ◦ blue 31

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

Shades of Lime Green #2DCE1F

Tints of Lime Green #2DCE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 15.96%
G = 73.05%
B = 10.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#2DCE1F (or 0x2DCE1F) is known color: Lime Green. HEX triplet: 2D, CE and 1F. RGB value is (45,206,31). Sum of RGB (Red+Green+Blue) = 45+206+31=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 206 (80.86% from 255 or 73.05% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE1F is #D231E0. Grayscale: #8A8A8A. Windows color (decimal): -13775329 or 2084397. OLE color: 2084397.

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

Color convert

RGB 45 206 31 -
CMYK 0.78 0 0.85 0.19
HSL 115.2º 0.74% 0.46% -
HSV(B) 115.2º 0.85% 0.81% -
XYZ 23.4 44.8 8.71 -
YUV 137.91 67.66 61.73 -
System Red Green Blue C M Y K H S L
Decimal 45 206 31 0.78 0 0.85 0.19 115.2 0.74 0.46
Hex 2D CE 1F 4E 0 55 13 73 4A 2E
Octal 55 316 37 116 0 125 23 163 112 56
Binary 101101 11001110 11111 1001110 0 1010101 10011 1110011 1001010 101110

Color Harmonies of #2DCE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE1F

Black with #2DCE1F

Text Example


Text Example

White with #2DCE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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