Html Css Color HEX #3BCF22 Lime Green

📋 copy color: '#3BCF22'

red 59 ◦ green 207 ◦ blue 34

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

Shades of Lime Green #3BCF22

Tints of Lime Green #3BCF22

RGB

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

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

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

R = 19.67%
G = 69%
B = 11.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#3BCF22 (or 0x3BCF22) is known color: Lime Green. HEX triplet: 3B, CF and 22. RGB value is (59,207,34). Sum of RGB (Red+Green+Blue) = 59+207+34=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCF22 is #C430DD. Grayscale: #8F8F8F. Windows color (decimal): -12857566 or 2281275. OLE color: 2281275.

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

Color convert

RGB 59 207 34 -
CMYK 0.71 0 0.84 0.19
HSL 111.33º 0.72% 0.47% -
HSV(B) 111.33º 0.84% 0.81% -
XYZ 24.41 45.67 9.04 -
YUV 143.03 66.47 68.07 -
System Red Green Blue C M Y K H S L
Decimal 59 207 34 0.71 0 0.84 0.19 111.33 0.72 0.47
Hex 3B CF 22 47 0 54 13 6F 48 2F
Octal 73 317 42 107 0 124 23 157 110 57
Binary 111011 11001111 100010 1000111 0 1010100 10011 1101111 1001000 101111

Color Harmonies of #3BCF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCF22

Black with #3BCF22

Text Example


Text Example

White with #3BCF22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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