Html Css Color HEX #2DF93B Lime Green

📋 copy color: '#2DF93B'

red 45 ◦ green 249 ◦ blue 59

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

Shades of Lime Green #2DF93B

Tints of Lime Green #2DF93B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 70.54%

 BLUE value IS 59 (23.44% from 255) = 16.71%

R = 12.75%
G = 70.54%
B = 16.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#2DF93B (or 0x2DF93B) is known color: Lime Green. HEX triplet: 2D, F9 and 3B. RGB value is (45,249,59). Sum of RGB (Red+Green+Blue) = 45+249+59=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 249 (97.66% from 255 or 70.54% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF93B is #D206C4. Grayscale: #A6A6A6. Windows color (decimal): -13764293 or 3930413. OLE color: 3930413.

HSL color Cylindrical-coordinate representation of color #2DF93B: hue angle of 124.12º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF93B is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 249 59 -
CMYK 0.82 0 0.76 0.02
HSL 124.12º 0.94% 0.58% -
HSV(B) 124.12º 0.82% 0.98% -
XYZ 35.75 68.63 15.5 -
YUV 166.34 67.41 41.45 -
System Red Green Blue C M Y K H S L
Decimal 45 249 59 0.82 0 0.76 0.02 124.12 0.94 0.58
Hex 2D F9 3B 52 0 4C 2 7C 5E 3A
Octal 55 371 73 122 0 114 2 174 136 72
Binary 101101 11111001 111011 1010010 0 1001100 10 1111100 1011110 111010

Color Harmonies of #2DF93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF93B

Black with #2DF93B

Text Example


Text Example

White with #2DF93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,249,59); }

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

background-color css

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

 a { background-color: rgb(45,249,59); }

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

border-color css

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

 span { border-color: rgb(45,249,59); }

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