Html Css Color HEX #3BC222 Lime Green

📋 copy color: '#3BC222'

red 59 ◦ green 194 ◦ blue 34

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

Shades of Lime Green #3BC222

Tints of Lime Green #3BC222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.85%

R = 20.56%
G = 67.6%
B = 11.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#3BC222 (or 0x3BC222) is known color: Lime Green. HEX triplet: 3B, C2 and 22. RGB value is (59,194,34). Sum of RGB (Red+Green+Blue) = 59+194+34=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC222 is #C43DDD. Grayscale: #878787. Windows color (decimal): -12860894 or 2277947. OLE color: 2277947.

HSL color Cylindrical-coordinate representation of color #3BC222: hue angle of 110.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BC222 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 194 34 -
CMYK 0.70 0 0.82 0.24
HSL 110.63º 0.7% 0.45% -
HSV(B) 110.63º 0.82% 0.76% -
XYZ 21.38 39.63 8.04 -
YUV 135.4 70.77 73.51 -
System Red Green Blue C M Y K H S L
Decimal 59 194 34 0.70 0 0.82 0.24 110.63 0.7 0.45
Hex 3B C2 22 46 0 52 18 6F 46 2D
Octal 73 302 42 106 0 122 30 157 106 55
Binary 111011 11000010 100010 1000110 0 1010010 11000 1101111 1000110 101101

Color Harmonies of #3BC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC222

Black with #3BC222

Text Example


Text Example

White with #3BC222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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