Html Css Color HEX #3BCF27 Lime Green

📋 copy color: '#3BCF27'

red 59 ◦ green 207 ◦ blue 39

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

Shades of Lime Green #3BCF27

Tints of Lime Green #3BCF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 19.34%
G = 67.87%
B = 12.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#3BCF27 (or 0x3BCF27) is known color: Lime Green. HEX triplet: 3B, CF and 27. RGB value is (59,207,39). Sum of RGB (Red+Green+Blue) = 59+207+39=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 207 (81.25% from 255 or 67.87% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCF27 is #C430D8. Grayscale: #909090. Windows color (decimal): -12857561 or 2608955. OLE color: 2608955.

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

Color convert

RGB 59 207 39 -
CMYK 0.71 0 0.81 0.19
HSL 112.86º 0.68% 0.48% -
HSV(B) 112.86º 0.81% 0.81% -
XYZ 24.48 45.7 9.45 -
YUV 143.6 68.97 67.66 -
System Red Green Blue C M Y K H S L
Decimal 59 207 39 0.71 0 0.81 0.19 112.86 0.68 0.48
Hex 3B CF 27 47 0 51 13 71 44 30
Octal 73 317 47 107 0 121 23 161 104 60
Binary 111011 11001111 100111 1000111 0 1010001 10011 1110001 1000100 110000

Color Harmonies of #3BCF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCF27

Black with #3BCF27

Text Example


Text Example

White with #3BCF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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