Html Css Color HEX #2DF143 Lime Green

📋 copy color: '#2DF143'

red 45 ◦ green 241 ◦ blue 67

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

Shades of Lime Green #2DF143

Tints of Lime Green #2DF143

RGB

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

 GREEN value IS 241 (94.53% from 255) = 68.27%

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

R = 12.75%
G = 68.27%
B = 18.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#2DF143 (or 0x2DF143) is known color: Lime Green. HEX triplet: 2D, F1 and 43. RGB value is (45,241,67). Sum of RGB (Red+Green+Blue) = 45+241+67=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF143 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF143 is #D20EBC. Grayscale: #A3A3A3. Windows color (decimal): -13766333 or 4452653. OLE color: 4452653.

HSL color Cylindrical-coordinate representation of color #2DF143: hue angle of 126.73º degrees, saturation: 0.88, 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 #2DF143 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 241 67 -
CMYK 0.81 0 0.72 0.05
HSL 126.73º 0.88% 0.56% -
HSV(B) 126.73º 0.81% 0.95% -
XYZ 33.55 63.87 15.87 -
YUV 162.56 74.07 44.15 -
System Red Green Blue C M Y K H S L
Decimal 45 241 67 0.81 0 0.72 0.05 126.73 0.88 0.56
Hex 2D F1 43 51 0 48 5 7F 58 38
Octal 55 361 103 121 0 110 5 177 130 70
Binary 101101 11110001 1000011 1010001 0 1001000 101 1111111 1011000 111000

Color Harmonies of #2DF143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF143

Black with #2DF143

Text Example


Text Example

White with #2DF143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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