Html Css Color HEX #2FF445 Lime Green

📋 copy color: '#2FF445'

red 47 ◦ green 244 ◦ blue 69

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

Shades of Lime Green #2FF445

Tints of Lime Green #2FF445

RGB

 RED value IS 47 (18.75% from 255) = 13.06%

 GREEN value IS 244 (95.7% from 255) = 67.78%

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 13.06%
G = 67.78%
B = 19.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#2FF445 (or 0x2FF445) is known color: Lime Green. HEX triplet: 2F, F4 and 45. RGB value is (47,244,69). Sum of RGB (Red+Green+Blue) = 47+244+69=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 244 (95.70% from 255 or 67.78% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF445 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF445 is #D00BBA. Grayscale: #A5A5A5. Windows color (decimal): -13634491 or 4584495. OLE color: 4584495.

HSL color Cylindrical-coordinate representation of color #2FF445: hue angle of 126.7º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF445 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 244 69 -
CMYK 0.81 0 0.72 0.04
HSL 126.7º 0.9% 0.57% -
HSV(B) 126.7º 0.81% 0.96% -
XYZ 34.6 65.74 16.49 -
YUV 165.15 73.73 43.73 -
System Red Green Blue C M Y K H S L
Decimal 47 244 69 0.81 0 0.72 0.04 126.7 0.9 0.57
Hex 2F F4 45 51 0 48 4 7F 5A 39
Octal 57 364 105 121 0 110 4 177 132 71
Binary 101111 11110100 1000101 1010001 0 1001000 100 1111111 1011010 111001

Color Harmonies of #2FF445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF445

Black with #2FF445

Text Example


Text Example

White with #2FF445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FF445; }

 p { color: rgb(47,244,69); }

 H1.HeaderClassName
 {
   color: #2FF445;
 }
 .AnyTagClassName
 {
   color: #2FF445;
 }
</style>

background-color css

<style>
 a { background-color: #2FF445; }

 a { background-color: rgb(47,244,69); }

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

border-color css

<style>
 span { border-color: #2FF445; }

 span { border-color: rgb(47,244,69); }

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