Html Css Color HEX #3BF227 Lime Green

📋 copy color: '#3BF227'

red 59 ◦ green 242 ◦ blue 39

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

Shades of Lime Green #3BF227

Tints of Lime Green #3BF227

RGB

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

 GREEN value IS 242 (94.92% from 255) = 71.18%

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

R = 17.35%
G = 71.18%
B = 11.47%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#3BF227 (or 0x3BF227) is known color: Lime Green. HEX triplet: 3B, F2 and 27. RGB value is (59,242,39). Sum of RGB (Red+Green+Blue) = 59+242+39=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF227 is #C40DD8. Grayscale: #A4A4A4. Windows color (decimal): -12848601 or 2617915. OLE color: 2617915.

HSL color Cylindrical-coordinate representation of color #3BF227: hue angle of 114.09º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BF227 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 242 39 -
CMYK 0.76 0 0.84 0.05
HSL 114.09º 0.89% 0.55% -
HSV(B) 114.09º 0.84% 0.95% -
XYZ 33.92 64.58 12.6 -
YUV 164.14 57.37 53.01 -
System Red Green Blue C M Y K H S L
Decimal 59 242 39 0.76 0 0.84 0.05 114.09 0.89 0.55
Hex 3B F2 27 4C 0 54 5 72 59 37
Octal 73 362 47 114 0 124 5 162 131 67
Binary 111011 11110010 100111 1001100 0 1010100 101 1110010 1011001 110111

Color Harmonies of #3BF227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF227

Black with #3BF227

Text Example


Text Example

White with #3BF227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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