Html Css Color HEX #3FF12D Lime Green

📋 copy color: '#3FF12D'

red 63 ◦ green 241 ◦ blue 45

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

Shades of Lime Green #3FF12D

Tints of Lime Green #3FF12D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.05%

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 18.05%
G = 69.05%
B = 12.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#3FF12D (or 0x3FF12D) is known color: Lime Green. HEX triplet: 3F, F1 and 2D. RGB value is (63,241,45). Sum of RGB (Red+Green+Blue) = 63+241+45=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF12D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF12D is #C00ED2. Grayscale: #A6A6A6. Windows color (decimal): -12586707 or 3010879. OLE color: 3010879.

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

Color convert

RGB 63 241 45 -
CMYK 0.74 0 0.81 0.05
HSL 114.49º 0.88% 0.56% -
HSV(B) 114.49º 0.81% 0.95% -
XYZ 33.98 64.16 13.08 -
YUV 165.43 60.03 54.94 -
System Red Green Blue C M Y K H S L
Decimal 63 241 45 0.74 0 0.81 0.05 114.49 0.88 0.56
Hex 3F F1 2D 4A 0 51 5 72 58 38
Octal 77 361 55 112 0 121 5 162 130 70
Binary 111111 11110001 101101 1001010 0 1010001 101 1110010 1011000 111000

Color Harmonies of #3FF12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF12D

Black with #3FF12D

Text Example


Text Example

White with #3FF12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,241,45); }

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

background-color css

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

 a { background-color: rgb(63,241,45); }

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

border-color css

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

 span { border-color: rgb(63,241,45); }

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