Html Css Color HEX #2DCF3D Lime Green

📋 copy color: '#2DCF3D'

red 45 ◦ green 207 ◦ blue 61

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

Shades of Lime Green #2DCF3D

Tints of Lime Green #2DCF3D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 66.13%

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

R = 14.38%
G = 66.13%
B = 19.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#2DCF3D (or 0x2DCF3D) is known color: Lime Green. HEX triplet: 2D, CF and 3D. RGB value is (45,207,61). Sum of RGB (Red+Green+Blue) = 45+207+61=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF3D is #D230C2. Grayscale: #8E8E8E. Windows color (decimal): -13775043 or 4050733. OLE color: 4050733.

HSL color Cylindrical-coordinate representation of color #2DCF3D: hue angle of 125.93º 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 #2DCF3D is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 207 61 -
CMYK 0.78 0 0.71 0.19
HSL 125.93º 0.64% 0.49% -
HSV(B) 125.93º 0.78% 0.81% -
XYZ 24.24 45.52 11.92 -
YUV 141.92 82.33 58.87 -
System Red Green Blue C M Y K H S L
Decimal 45 207 61 0.78 0 0.71 0.19 125.93 0.64 0.49
Hex 2D CF 3D 4E 0 47 13 7E 40 31
Octal 55 317 75 116 0 107 23 176 100 61
Binary 101101 11001111 111101 1001110 0 1000111 10011 1111110 1000000 110001

Color Harmonies of #2DCF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF3D

Black with #2DCF3D

Text Example


Text Example

White with #2DCF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,207,61); }

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

background-color css

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

 a { background-color: rgb(45,207,61); }

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

border-color css

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

 span { border-color: rgb(45,207,61); }

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