Html Css Color HEX #3FF533 Lime Green

📋 copy color: '#3FF533'

red 63 ◦ green 245 ◦ blue 51

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

Shades of Lime Green #3FF533

Tints of Lime Green #3FF533

RGB

 RED value IS 63 (25% from 255) = 17.55%

 GREEN value IS 245 (96.09% from 255) = 68.25%

 BLUE value IS 51 (20.31% from 255) = 14.21%

R = 17.55%
G = 68.25%
B = 14.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#3FF533 (or 0x3FF533) is known color: Lime Green. HEX triplet: 3F, F5 and 33. RGB value is (63,245,51). Sum of RGB (Red+Green+Blue) = 63+245+51=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 245 (96.09% from 255 or 68.25% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF533 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF533 is #C00ACC. Grayscale: #A9A9A9. Windows color (decimal): -12585677 or 3405119. OLE color: 3405119.

HSL color Cylindrical-coordinate representation of color #3FF533: hue angle of 116.29º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FF533 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 245 51 -
CMYK 0.74 0 0.79 0.04
HSL 116.29º 0.91% 0.58% -
HSV(B) 116.29º 0.79% 0.96% -
XYZ 35.3 66.6 14.13 -
YUV 168.47 61.7 52.77 -
System Red Green Blue C M Y K H S L
Decimal 63 245 51 0.74 0 0.79 0.04 116.29 0.91 0.58
Hex 3F F5 33 4A 0 4F 4 74 5B 3A
Octal 77 365 63 112 0 117 4 164 133 72
Binary 111111 11110101 110011 1001010 0 1001111 100 1110100 1011011 111010

Color Harmonies of #3FF533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF533

Black with #3FF533

Text Example


Text Example

White with #3FF533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,245,51); }

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

background-color css

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

 a { background-color: rgb(63,245,51); }

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

border-color css

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

 span { border-color: rgb(63,245,51); }

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