Html Css Color HEX #3BC227 Lime Green

📋 copy color: '#3BC227'

red 59 ◦ green 194 ◦ blue 39

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

Shades of Lime Green #3BC227

Tints of Lime Green #3BC227

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.44%

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

R = 20.21%
G = 66.44%
B = 13.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#3BC227 (or 0x3BC227) is known color: Lime Green. HEX triplet: 3B, C2 and 27. RGB value is (59,194,39). Sum of RGB (Red+Green+Blue) = 59+194+39=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 194 (76.17% from 255 or 66.44% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC227 is #C43DD8. Grayscale: #888888. Windows color (decimal): -12860889 or 2605627. OLE color: 2605627.

HSL color Cylindrical-coordinate representation of color #3BC227: hue angle of 112.26º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BC227 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 194 39 -
CMYK 0.70 0 0.80 0.24
HSL 112.26º 0.67% 0.46% -
HSV(B) 112.26º 0.8% 0.76% -
XYZ 21.46 39.66 8.44 -
YUV 135.97 73.27 73.1 -
System Red Green Blue C M Y K H S L
Decimal 59 194 39 0.70 0 0.80 0.24 112.26 0.67 0.46
Hex 3B C2 27 46 0 50 18 70 43 2E
Octal 73 302 47 106 0 120 30 160 103 56
Binary 111011 11000010 100111 1000110 0 1010000 11000 1110000 1000011 101110

Color Harmonies of #3BC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC227

Black with #3BC227

Text Example


Text Example

White with #3BC227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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