Html Css Color HEX #2DEF43 Lime Green

📋 copy color: '#2DEF43'

red 45 ◦ green 239 ◦ blue 67

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

Shades of Lime Green #2DEF43

Tints of Lime Green #2DEF43

RGB

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

 GREEN value IS 239 (93.75% from 255) = 68.09%

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

R = 12.82%
G = 68.09%
B = 19.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#2DEF43 (or 0x2DEF43) is known color: Lime Green. HEX triplet: 2D, EF and 43. RGB value is (45,239,67). Sum of RGB (Red+Green+Blue) = 45+239+67=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 239 (93.75% from 255 or 68.09% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEF43 is #D210BC. Grayscale: #A1A1A1. Windows color (decimal): -13766845 or 4452141. OLE color: 4452141.

HSL color Cylindrical-coordinate representation of color #2DEF43: hue angle of 126.8º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEF43 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 45 239 67 -
CMYK 0.81 0 0.72 0.06
HSL 126.8º 0.86% 0.56% -
HSV(B) 126.8º 0.81% 0.94% -
XYZ 32.96 62.7 15.67 -
YUV 161.39 74.73 44.99 -
System Red Green Blue C M Y K H S L
Decimal 45 239 67 0.81 0 0.72 0.06 126.8 0.86 0.56
Hex 2D EF 43 51 0 48 6 7F 56 38
Octal 55 357 103 121 0 110 6 177 126 70
Binary 101101 11101111 1000011 1010001 0 1001000 110 1111111 1010110 111000

Color Harmonies of #2DEF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEF43

Black with #2DEF43

Text Example


Text Example

White with #2DEF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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