Html Css Color HEX #3BF334 Lime Green

📋 copy color: '#3BF334'

red 59 ◦ green 243 ◦ blue 52

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

Shades of Lime Green #3BF334

Tints of Lime Green #3BF334

RGB

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

 GREEN value IS 243 (95.31% from 255) = 68.64%

 BLUE value IS 52 (20.7% from 255) = 14.69%

R = 16.67%
G = 68.64%
B = 14.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#3BF334 (or 0x3BF334) is known color: Lime Green. HEX triplet: 3B, F3 and 34. RGB value is (59,243,52). Sum of RGB (Red+Green+Blue) = 59+243+52=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 243 (95.31% from 255 or 68.64% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF334 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF334 is #C40CCB. Grayscale: #A6A6A6. Windows color (decimal): -12848332 or 3470139. OLE color: 3470139.

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

Color convert

RGB 59 243 52 -
CMYK 0.76 0 0.79 0.05
HSL 117.8º 0.89% 0.58% -
HSV(B) 117.8º 0.79% 0.95% -
XYZ 34.47 65.28 14.03 -
YUV 166.21 63.54 51.53 -
System Red Green Blue C M Y K H S L
Decimal 59 243 52 0.76 0 0.79 0.05 117.8 0.89 0.58
Hex 3B F3 34 4C 0 4F 5 76 59 3A
Octal 73 363 64 114 0 117 5 166 131 72
Binary 111011 11110011 110100 1001100 0 1001111 101 1110110 1011001 111010

Color Harmonies of #3BF334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF334

Black with #3BF334

Text Example


Text Example

White with #3BF334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,243,52); }

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

background-color css

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

 a { background-color: rgb(59,243,52); }

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

border-color css

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

 span { border-color: rgb(59,243,52); }

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