Html Css Color HEX #3BDF2F Lime Green

📋 copy color: '#3BDF2F'

red 59 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #3BDF2F

Tints of Lime Green #3BDF2F

RGB

 RED value IS 59 (23.44% from 255) = 17.93%

 GREEN value IS 223 (87.5% from 255) = 67.78%

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 17.93%
G = 67.78%
B = 14.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#3BDF2F (or 0x3BDF2F) is known color: Lime Green. HEX triplet: 3B, DF and 2F. RGB value is (59,223,47). Sum of RGB (Red+Green+Blue) = 59+223+47=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 223 (87.5% from 255 or 67.78% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDF2F is #C420D0. Grayscale: #9A9A9A. Windows color (decimal): -12853457 or 3137339. OLE color: 3137339.

HSL color Cylindrical-coordinate representation of color #3BDF2F: hue angle of 115.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3BDF2F is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 223 47 -
CMYK 0.74 0 0.79 0.13
HSL 115.91º 0.73% 0.53% -
HSV(B) 115.91º 0.79% 0.87% -
XYZ 28.7 53.91 11.58 -
YUV 153.9 67.67 60.31 -
System Red Green Blue C M Y K H S L
Decimal 59 223 47 0.74 0 0.79 0.13 115.91 0.73 0.53
Hex 3B DF 2F 4A 0 4F D 74 49 35
Octal 73 337 57 112 0 117 15 164 111 65
Binary 111011 11011111 101111 1001010 0 1001111 1101 1110100 1001001 110101

Color Harmonies of #3BDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDF2F

Black with #3BDF2F

Text Example


Text Example

White with #3BDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BDF2F; }

 p { color: rgb(59,223,47); }

 H1.HeaderClassName
 {
   color: #3BDF2F;
 }
 .AnyTagClassName
 {
   color: #3BDF2F;
 }
</style>

background-color css

<style>
 a { background-color: #3BDF2F; }

 a { background-color: rgb(59,223,47); }

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

border-color css

<style>
 span { border-color: #3BDF2F; }

 span { border-color: rgb(59,223,47); }

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