Html Css Color HEX #3BCF1B Lime Green

📋 copy color: '#3BCF1B'

red 59 ◦ green 207 ◦ blue 27

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

Shades of Lime Green #3BCF1B

Tints of Lime Green #3BCF1B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 70.65%

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

R = 20.14%
G = 70.65%
B = 9.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#3BCF1B (or 0x3BCF1B) is known color: Lime Green. HEX triplet: 3B, CF and 1B. RGB value is (59,207,27). Sum of RGB (Red+Green+Blue) = 59+207+27=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 207 (81.25% from 255 or 70.65% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCF1B is #C430E4. Grayscale: #8E8E8E. Windows color (decimal): -12857573 or 1822523. OLE color: 1822523.

HSL color Cylindrical-coordinate representation of color #3BCF1B: hue angle of 109.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3BCF1B is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 207 27 -
CMYK 0.71 0 0.87 0.19
HSL 109.33º 0.77% 0.46% -
HSV(B) 109.33º 0.87% 0.81% -
XYZ 24.31 45.63 8.56 -
YUV 142.23 62.97 68.64 -
System Red Green Blue C M Y K H S L
Decimal 59 207 27 0.71 0 0.87 0.19 109.33 0.77 0.46
Hex 3B CF 1B 47 0 57 13 6D 4D 2E
Octal 73 317 33 107 0 127 23 155 115 56
Binary 111011 11001111 11011 1000111 0 1010111 10011 1101101 1001101 101110

Color Harmonies of #3BCF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCF1B

Black with #3BCF1B

Text Example


Text Example

White with #3BCF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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