Html Css Color HEX #2DF426 Lime Green

📋 copy color: '#2DF426'

red 45 ◦ green 244 ◦ blue 38

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

Shades of Lime Green #2DF426

Tints of Lime Green #2DF426

RGB

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

 GREEN value IS 244 (95.7% from 255) = 74.62%

 BLUE value IS 38 (15.23% from 255) = 11.62%

R = 13.76%
G = 74.62%
B = 11.62%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#2DF426 (or 0x2DF426) is known color: Lime Green. HEX triplet: 2D, F4 and 26. RGB value is (45,244,38). Sum of RGB (Red+Green+Blue) = 45+244+38=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 244 (95.70% from 255 or 74.62% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF426 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF426 is #D20BD9. Grayscale: #A1A1A1. Windows color (decimal): -13765594 or 2552877. OLE color: 2552877.

HSL color Cylindrical-coordinate representation of color #2DF426: hue angle of 117.96º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DF426 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 45 244 38 -
CMYK 0.82 0 0.84 0.04
HSL 117.96º 0.9% 0.55% -
HSV(B) 117.96º 0.84% 0.96% -
XYZ 33.78 65.4 12.68 -
YUV 161.02 58.57 45.25 -
System Red Green Blue C M Y K H S L
Decimal 45 244 38 0.82 0 0.84 0.04 117.96 0.9 0.55
Hex 2D F4 26 52 0 54 4 76 5A 37
Octal 55 364 46 122 0 124 4 166 132 67
Binary 101101 11110100 100110 1010010 0 1010100 100 1110110 1011010 110111

Color Harmonies of #2DF426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF426

Black with #2DF426

Text Example


Text Example

White with #2DF426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,244,38); }

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

background-color css

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

 a { background-color: rgb(45,244,38); }

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

border-color css

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

 span { border-color: rgb(45,244,38); }

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