Html Css Color HEX #2DF123 Lime Green

📋 copy color: '#2DF123'

red 45 ◦ green 241 ◦ blue 35

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

Shades of Lime Green #2DF123

Tints of Lime Green #2DF123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.9%

R = 14.02%
G = 75.08%
B = 10.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#2DF123 (or 0x2DF123) is known color: Lime Green. HEX triplet: 2D, F1 and 23. RGB value is (45,241,35). Sum of RGB (Red+Green+Blue) = 45+241+35=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF123 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF123 is #D20EDC. Grayscale: #9F9F9F. Windows color (decimal): -13766365 or 2355501. OLE color: 2355501.

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

Color convert

RGB 45 241 35 -
CMYK 0.81 0 0.85 0.05
HSL 117.09º 0.88% 0.54% -
HSV(B) 117.09º 0.85% 0.95% -
XYZ 32.84 63.59 12.13 -
YUV 158.91 58.07 46.75 -
System Red Green Blue C M Y K H S L
Decimal 45 241 35 0.81 0 0.85 0.05 117.09 0.88 0.54
Hex 2D F1 23 51 0 55 5 75 58 36
Octal 55 361 43 121 0 125 5 165 130 66
Binary 101101 11110001 100011 1010001 0 1010101 101 1110101 1011000 110110

Color Harmonies of #2DF123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF123

Black with #2DF123

Text Example


Text Example

White with #2DF123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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