Html Css Color HEX #2DCF3C Lime Green

📋 copy color: '#2DCF3C'

red 45 ◦ green 207 ◦ blue 60

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

Shades of Lime Green #2DCF3C

Tints of Lime Green #2DCF3C

RGB

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

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

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

R = 14.42%
G = 66.35%
B = 19.23%

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

#2DCF3C (or 0x2DCF3C) is known color: Lime Green. HEX triplet: 2D, CF and 3C. RGB value is (45,207,60). Sum of RGB (Red+Green+Blue) = 45+207+60=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 207 (81.25% from 255 or 66.35% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF3C is #D230C3. Grayscale: #8E8E8E. Windows color (decimal): -13775044 or 3985197. OLE color: 3985197.

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

Color convert

RGB 45 207 60 -
CMYK 0.78 0 0.71 0.19
HSL 125.56º 0.64% 0.49% -
HSV(B) 125.56º 0.78% 0.81% -
XYZ 24.21 45.51 11.78 -
YUV 141.8 81.83 58.95 -
System Red Green Blue C M Y K H S L
Decimal 45 207 60 0.78 0 0.71 0.19 125.56 0.64 0.49
Hex 2D CF 3C 4E 0 47 13 7E 40 31
Octal 55 317 74 116 0 107 23 176 100 61
Binary 101101 11001111 111100 1001110 0 1000111 10011 1111110 1000000 110001

Color Harmonies of #2DCF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF3C

Black with #2DCF3C

Text Example


Text Example

White with #2DCF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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