Html Css Color HEX #3BDE1B Lime Green

📋 copy color: '#3BDE1B'

red 59 ◦ green 222 ◦ blue 27

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

Shades of Lime Green #3BDE1B

Tints of Lime Green #3BDE1B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 72.08%

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 19.16%
G = 72.08%
B = 8.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#3BDE1B (or 0x3BDE1B) is known color: Lime Green. HEX triplet: 3B, DE and 1B. RGB value is (59,222,27). Sum of RGB (Red+Green+Blue) = 59+222+27=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 222 (87.11% from 255 or 72.08% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDE1B is #C421E4. Grayscale: #979797. Windows color (decimal): -12853733 or 1826363. OLE color: 1826363.

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

Color convert

RGB 59 222 27 -
CMYK 0.73 0 0.88 0.13
HSL 110.15º 0.78% 0.49% -
HSV(B) 110.15º 0.88% 0.87% -
XYZ 28.12 53.25 9.83 -
YUV 151.03 58 62.36 -
System Red Green Blue C M Y K H S L
Decimal 59 222 27 0.73 0 0.88 0.13 110.15 0.78 0.49
Hex 3B DE 1B 49 0 58 D 6E 4E 31
Octal 73 336 33 111 0 130 15 156 116 61
Binary 111011 11011110 11011 1001001 0 1011000 1101 1101110 1001110 110001

Color Harmonies of #3BDE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE1B

Black with #3BDE1B

Text Example


Text Example

White with #3BDE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,222,27); }

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

background-color css

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

 a { background-color: rgb(59,222,27); }

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

border-color css

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

 span { border-color: rgb(59,222,27); }

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