Html Css Color HEX #2DF346 Lime Green

📋 copy color: '#2DF346'

red 45 ◦ green 243 ◦ blue 70

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

Shades of Lime Green #2DF346

Tints of Lime Green #2DF346

RGB

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

 GREEN value IS 243 (95.31% from 255) = 67.88%

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 12.57%
G = 67.88%
B = 19.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#2DF346 (or 0x2DF346) is known color: Lime Green. HEX triplet: 2D, F3 and 46. RGB value is (45,243,70). Sum of RGB (Red+Green+Blue) = 45+243+70=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 243 (95.31% from 255 or 67.88% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF346 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF346 is #D20CB9. Grayscale: #A4A4A4. Windows color (decimal): -13765818 or 4649773. OLE color: 4649773.

HSL color Cylindrical-coordinate representation of color #2DF346: hue angle of 127.58º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF346 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 243 70 -
CMYK 0.81 0 0.71 0.05
HSL 127.58º 0.89% 0.56% -
HSV(B) 127.58º 0.81% 0.95% -
XYZ 34.24 65.1 16.56 -
YUV 164.08 74.9 43.07 -
System Red Green Blue C M Y K H S L
Decimal 45 243 70 0.81 0 0.71 0.05 127.58 0.89 0.56
Hex 2D F3 46 51 0 47 5 80 59 38
Octal 55 363 106 121 0 107 5 200 131 70
Binary 101101 11110011 1000110 1010001 0 1000111 101 10000000 1011001 111000

Color Harmonies of #2DF346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF346

Black with #2DF346

Text Example


Text Example

White with #2DF346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,243,70); }

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

background-color css

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

 a { background-color: rgb(45,243,70); }

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

border-color css

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

 span { border-color: rgb(45,243,70); }

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