Html Css Color HEX #3FF34C Lime Green

📋 copy color: '#3FF34C'

red 63 ◦ green 243 ◦ blue 76

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

Shades of Lime Green #3FF34C

Tints of Lime Green #3FF34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 16.49%
G = 63.61%
B = 19.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#3FF34C (or 0x3FF34C) is known color: Lime Green. HEX triplet: 3F, F3 and 4C. RGB value is (63,243,76). Sum of RGB (Red+Green+Blue) = 63+243+76=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 243 (95.31% from 255 or 63.61% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF34C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF34C is #C00CB3. Grayscale: #AAAAAA. Windows color (decimal): -12586164 or 5043007. OLE color: 5043007.

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

Color convert

RGB 63 243 76 -
CMYK 0.74 0 0.69 0.05
HSL 124.33º 0.88% 0.6% -
HSV(B) 124.33º 0.74% 0.95% -
XYZ 35.41 65.68 17.65 -
YUV 170.14 74.87 51.58 -
System Red Green Blue C M Y K H S L
Decimal 63 243 76 0.74 0 0.69 0.05 124.33 0.88 0.6
Hex 3F F3 4C 4A 0 45 5 7C 58 3C
Octal 77 363 114 112 0 105 5 174 130 74
Binary 111111 11110011 1001100 1001010 0 1000101 101 1111100 1011000 111100

Color Harmonies of #3FF34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF34C

Black with #3FF34C

Text Example


Text Example

White with #3FF34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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