Html Css Color HEX #3FF32C Lime Green

📋 copy color: '#3FF32C'

red 63 ◦ green 243 ◦ blue 44

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

Shades of Lime Green #3FF32C

Tints of Lime Green #3FF32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 18%
G = 69.43%
B = 12.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#3FF32C (or 0x3FF32C) is known color: Lime Green. HEX triplet: 3F, F3 and 2C. RGB value is (63,243,44). Sum of RGB (Red+Green+Blue) = 63+243+44=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF32C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF32C is #C00CD3. Grayscale: #A7A7A7. Windows color (decimal): -12586196 or 2945855. OLE color: 2945855.

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

Color convert

RGB 63 243 44 -
CMYK 0.74 0 0.82 0.05
HSL 114.27º 0.89% 0.56% -
HSV(B) 114.27º 0.82% 0.95% -
XYZ 34.56 65.34 13.17 -
YUV 166.49 58.87 54.18 -
System Red Green Blue C M Y K H S L
Decimal 63 243 44 0.74 0 0.82 0.05 114.27 0.89 0.56
Hex 3F F3 2C 4A 0 52 5 72 59 38
Octal 77 363 54 112 0 122 5 162 131 70
Binary 111111 11110011 101100 1001010 0 1010010 101 1110010 1011001 111000

Color Harmonies of #3FF32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF32C

Black with #3FF32C

Text Example


Text Example

White with #3FF32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,243,44); }

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

background-color css

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

 a { background-color: rgb(63,243,44); }

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

border-color css

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

 span { border-color: rgb(63,243,44); }

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