Html Css Color HEX #2DFF3B Lime Green

📋 copy color: '#2DFF3B'

red 45 ◦ green 255 ◦ blue 59

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

Shades of Lime Green #2DFF3B

Tints of Lime Green #2DFF3B

RGB

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

 GREEN value IS 255 (100% from 255) = 71.03%

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

R = 12.53%
G = 71.03%
B = 16.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#2DFF3B (or 0x2DFF3B) is known color: Lime Green. HEX triplet: 2D, FF and 3B. RGB value is (45,255,59). Sum of RGB (Red+Green+Blue) = 45+255+59=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFF3B is #D200C4. Grayscale: #AAAAAA. Windows color (decimal): -13762757 or 3931949. OLE color: 3931949.

HSL color Cylindrical-coordinate representation of color #2DFF3B: hue angle of 124º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFF3B is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB 45 255 59 -
CMYK 0.82 0 0.77 0
HSL 124º 1% 0.59% -
HSV(B) 124º 0.82% 1% -
XYZ 37.63 72.39 16.13 -
YUV 169.87 65.43 38.94 -
System Red Green Blue C M Y K H S L
Decimal 45 255 59 0.82 0 0.77 0 124 1 0.59
Hex 2D FF 3B 52 0 4D 0 7C 64 3B
Octal 55 377 73 122 0 115 0 174 144 73
Binary 101101 11111111 111011 1010010 0 1001101 0 1111100 1100100 111011

Color Harmonies of #2DFF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFF3B

Black with #2DFF3B

Text Example


Text Example

White with #2DFF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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