Html Css Color HEX #2DFE43 Lime Green

📋 copy color: '#2DFE43'

red 45 ◦ green 254 ◦ blue 67

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

Shades of Lime Green #2DFE43

Tints of Lime Green #2DFE43

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.4%

 BLUE value IS 67 (26.56% from 255) = 18.31%

R = 12.3%
G = 69.4%
B = 18.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#2DFE43 (or 0x2DFE43) is known color: Lime Green. HEX triplet: 2D, FE and 43. RGB value is (45,254,67). Sum of RGB (Red+Green+Blue) = 45+254+67=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 254 (99.61% from 255 or 69.40% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFE43 is #D201BC. Grayscale: #AAAAAA. Windows color (decimal): -13763005 or 4455981. OLE color: 4455981.

HSL color Cylindrical-coordinate representation of color #2DFE43: hue angle of 126.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE43 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 45 254 67 -
CMYK 0.82 0 0.74 0.00
HSL 126.32º 0.99% 0.59% -
HSV(B) 126.32º 0.82% 1% -
XYZ 37.54 71.85 17.2 -
YUV 170.19 69.76 38.71 -
System Red Green Blue C M Y K H S L
Decimal 45 254 67 0.82 0 0.74 0.00 126.32 0.99 0.59
Hex 2D FE 43 52 0 4A 0 7E 63 3B
Octal 55 376 103 122 0 112 0 176 143 73
Binary 101101 11111110 1000011 1010010 0 1001010 0 1111110 1100011 111011

Color Harmonies of #2DFE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFE43

Black with #2DFE43

Text Example


Text Example

White with #2DFE43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,254,67); }

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

background-color css

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

 a { background-color: rgb(45,254,67); }

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

border-color css

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

 span { border-color: rgb(45,254,67); }

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