Html Css Color HEX #2DCF2A Lime Green

📋 copy color: '#2DCF2A'

red 45 ◦ green 207 ◦ blue 42

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

Shades of Lime Green #2DCF2A

Tints of Lime Green #2DCF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 15.31%
G = 70.41%
B = 14.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#2DCF2A (or 0x2DCF2A) is known color: Lime Green. HEX triplet: 2D, CF and 2A. RGB value is (45,207,42). Sum of RGB (Red+Green+Blue) = 45+207+42=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 207 (81.25% from 255 or 70.41% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF2A is #D230D5. Grayscale: #8C8C8C. Windows color (decimal): -13775062 or 2805549. OLE color: 2805549.

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

Color convert

RGB 45 207 42 -
CMYK 0.78 0 0.80 0.19
HSL 118.91º 0.66% 0.49% -
HSV(B) 118.91º 0.8% 0.81% -
XYZ 23.81 45.35 9.69 -
YUV 139.75 72.83 60.42 -
System Red Green Blue C M Y K H S L
Decimal 45 207 42 0.78 0 0.80 0.19 118.91 0.66 0.49
Hex 2D CF 2A 4E 0 50 13 77 42 31
Octal 55 317 52 116 0 120 23 167 102 61
Binary 101101 11001111 101010 1001110 0 1010000 10011 1110111 1000010 110001

Color Harmonies of #2DCF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF2A

Black with #2DCF2A

Text Example


Text Example

White with #2DCF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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