Html Css Color HEX #3BCF3F Lime Green

📋 copy color: '#3BCF3F'

red 59 ◦ green 207 ◦ blue 63

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

Shades of Lime Green #3BCF3F

Tints of Lime Green #3BCF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 17.93%
G = 62.92%
B = 19.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#3BCF3F (or 0x3BCF3F) is known color: Lime Green. HEX triplet: 3B, CF and 3F. RGB value is (59,207,63). Sum of RGB (Red+Green+Blue) = 59+207+63=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCF3F is #C430C0. Grayscale: #929292. Windows color (decimal): -12857537 or 4181819. OLE color: 4181819.

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

Color convert

RGB 59 207 63 -
CMYK 0.71 0 0.70 0.19
HSL 121.62º 0.61% 0.52% -
HSV(B) 121.62º 0.71% 0.81% -
XYZ 25.01 45.91 12.25 -
YUV 146.33 80.97 65.71 -
System Red Green Blue C M Y K H S L
Decimal 59 207 63 0.71 0 0.70 0.19 121.62 0.61 0.52
Hex 3B CF 3F 47 0 46 13 7A 3D 34
Octal 73 317 77 107 0 106 23 172 75 64
Binary 111011 11001111 111111 1000111 0 1000110 10011 1111010 111101 110100

Color Harmonies of #3BCF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCF3F

Black with #3BCF3F

Text Example


Text Example

White with #3BCF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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